overleaf/services/document-updater/nodemon.json

17 lines
215 B
JSON
Raw Normal View History

2018-02-15 11:28:40 -05:00
{
"ignore": [
".git",
"node_modules/"
],
"verbose": true,
2018-02-15 11:54:21 -05:00
"legacyWatch": true,
2018-02-15 11:28:40 -05:00
"execMap": {
"js": "npm run start"
},
"watch": [
"app/coffee/",
"app.coffee"
],
"ext": "coffee"
}