overleaf/services/chat/nodemon.json
2018-01-29 12:07:35 +00:00

15 lines
192 B
JSON

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