overleaf/services/web/nodemon.json

18 lines
No EOL
258 B
JSON

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