overleaf/services/chat/nodemon.json

19 lines
242 B
JSON
Raw Normal View History

{
"ignore": [
".git",
"node_modules/"
],
"verbose": true,
2018-12-10 22:17:48 -05:00
"legacyWatch": true,
"execMap": {
"js": "npm run start"
},
"watch": [
2018-12-10 22:17:48 -05:00
"app/js/",
"app.js",
"config/",
"../../libraries/"
],
2018-12-10 22:17:48 -05:00
"ext": "js"
}