DumbWareio_DumbTerm/nodemon.json

10 lines
151 B
JSON

{
"ignore": [
"public/*",
"node_modules/*",
".git",
"*.log"
],
"delay": 1000,
"watch": ["server.js", "config/*", "scripts/*"]
}