Files
illegitimate-bot/nodemon-js.json
2024-08-21 21:18:01 +02:00

15 lines
205 B
JSON

{
"restartable": "rs",
"ignore": [
".git",
"node_modules",
"src",
"data"
],
"verbose": true,
"env": {
"NODE_ENV": "dev"
},
"ext": "js"
}