nodemon now runs silently

pull/44/head
Isaac Grynsztein 5 years ago
parent c2ee6b6230
commit a5224f80a8

@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
"start": "nodemon -q app.js"
},
"nodemonConfig": {
"ignore": [

Loading…
Cancel
Save