Files
illegitimate-bot/.nodemon/js.json
2025-05-31 23:44:34 +02:00

14 lines
252 B
JSON

{
"$schema": "https://json.schemastore.org/nodemon.json",
"restartable": "rs",
"ignore": [
"node_modules"
],
"verbose": true,
"env": {
"NODE_ENV": "dev"
},
"ext": "js",
"exec": "node dist/index.js"
}