overleaf/services/document-updater/nodemon.json
2018-07-23 15:35:54 +01:00

19 lines
232 B
JSON

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