overleaf/services/web/nodemon.json
2018-03-05 10:37:00 +00:00

17 lines
No EOL
243 B
JSON

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