Files
illegitimate-bot/nodemon.json
2024-08-30 13:00:06 +02:00

18 lines
328 B
JSON

{
"$schema": "https://json.schemastore.org/nodemon.json",
"restartable": "rs",
"ignore": [
".git",
"node_modules",
"data"
],
"verbose": true,
"env": {
"NODE_PATH": "src/",
"NODE_ENV": "dev",
"TYPESCRIPT": "true"
},
"ext": "ts",
"exec": "tsx"
}