overleaf/services/filestore/nodemon.json

19 lines
242 B
JSON
Raw Normal View History

{
"ignore": [
".git",
"node_modules/"
],
"verbose": true,
"legacyWatch": true,
"execMap": {
"js": "npm run start"
},
"watch": [
2019-12-16 12:09:38 -05:00
"app/js/",
"app.js",
"config/",
"../../libraries/"
],
2019-12-16 12:09:38 -05:00
"ext": "js"
}