overleaf/services/chat/nodemon.json
2020-08-10 17:01:11 +01:00

17 lines
218 B
JSON

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