overleaf/services/document-updater/nodemon.json

19 lines
242 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/js/",
"app.js",
"config/",
"../../libraries/"
2018-02-15 11:28:40 -05:00
],
"ext": "js"
2018-02-15 11:28:40 -05:00
}