convbot / nodemon.json
freemt
First commit
b78ad07
{
"restartable": "rs",
"ignore": [
".venv",
".git",
"node_modules/**/node_modules"
],
"verbose": true,
"execMap": {
"js": "node --harmony"
},
"watch": [
"tests",
"test/fixtures/",
"test/samples/"
],
"env": {
"NODE_ENV": "development"
},
"ext": "js json py"
}