Updated nodemon package.json config

pull/44/head
Isaac Grynsztein 5 years ago
parent 1b09bf4881
commit b71bdfcec2

@ -5,10 +5,17 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --verbose app.js"
"start": "nodemon app.js"
},
"nodemonConfig": {
"ignore": ["*"]
"ignore": [
"*.js",
"appdata/*",
"public/*"
],
"watch": [
"restart.json"
]
},
"repository": {
"type": "git",

Loading…
Cancel
Save