Updated nodemon package.json config

This commit is contained in:
Isaac Grynsztein
2020-03-31 04:19:42 -04:00
parent 1b09bf4881
commit b71bdfcec2

View File

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