inula/packages/inula-request/nodemon.json

12 lines
162 B
JSON

{
"restartable": "rs",
"ignore": [
".git",
"node_modules/**/node_modules"
],
"env": {
"NODE_ENV": "development"
},
"ext": "js,mjs,json"
}