We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939eb8d commit 58c49f1Copy full SHA for 58c49f1
bin/index.js
@@ -60,7 +60,6 @@ function start (object, filename) {
60
'Enter ' + chalk.cyan('s') + ' at any time to create a snapshot of the db'
61
)
62
63
-
64
process.stdin.resume()
65
process.stdin.setEncoding('utf8')
66
process.stdin.on('data', function (chunk) {
@@ -106,7 +105,6 @@ function start (object, filename) {
106
105
}
107
console.log()
108
109
110
var server = jsonServer.create()
111
server.use(jsonServer.defaults)
112
server.use(router)
0 commit comments