overleaf/services/chat/nodemon.json

20 lines
232 B
JSON
Raw Normal View History

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