overleaf/services/clsi/nodemon.json

19 lines
219 B
JSON
Raw Normal View History

{
"ignore": [
".git",
"node_modules/"
],
"verbose": true,
2018-02-16 07:52:12 -05:00
"legacyWatch": true,
"execMap": {
"js": "npm run start"
},
2018-05-24 14:03:57 -04:00
"watch": [
"app/js/",
"app.js",
"config/"
],
"ext": "js"
}