overleaf/services/chat/nodemon.json
2018-12-10 22:17:48 -05:00

18 lines
219 B
JSON

{
"ignore": [
".git",
"node_modules/"
],
"verbose": true,
"legacyWatch": true,
"execMap": {
"js": "npm run start"
},
"watch": [
"app/js/",
"app.js",
"config/"
],
"ext": "js"
}