nodemon ignore public folder

master
Cristiano Pires 2 years ago
parent fa6c44fe8b
commit e20c1a234d

@ -10,6 +10,9 @@
"_test": "nodemon test.js", "_test": "nodemon test.js",
"musicWorker": "nodemon musicWorker.js 334456736633323520 Legendary" "musicWorker": "nodemon musicWorker.js 334456736633323520 Legendary"
}, },
"nodemonConfig": {
"ignore": ["public/*"]
},
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {

Loading…
Cancel
Save