overleaf/services/web/nodemon.json
2018-06-14 10:41:18 +01:00

17 lines
No EOL
235 B
JSON

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