overleaf/services/history-v1/nodemon.json

21 lines
270 B
JSON
Raw Normal View History

{
"ignore": [
".git",
"node_modules/"
],
"verbose": true,
"legacyWatch": true,
"execMap": {
"js": "npm run start"
},
"watch": [
"api/",
"app/js/",
"app.js",
"config/",
"storage/",
"../../libraries/"
],
"ext": "js"
}