overleaf/services/spelling/nodemon.json

18 lines
218 B
JSON
Raw Normal View History

{
"ignore": [
".git",
"node_modules/"
],
"verbose": true,
"legacyWatch": true,
"execMap": {
"js": "npm run start"
},
"watch": [
2019-07-03 08:41:01 -04:00
"app/js/",
"app.js",
"config/"
],
2019-07-03 08:41:01 -04:00
"ext": "js"
}