Files
vinlottis/nodemon.json
2021-03-25 20:23:42 +01:00

10 lines
185 B
JSON

{
"restartable": "rs",
"ignore": [".git", "node_modules/**/node_modules"],
"verbose": true,
"execMap": {
"js": "node --harmony"
},
"watch": ["./config", "./api"],
"ext": "js"
}