Files
TI-FCYT-URBAN/bot-wsp/nodemon.json
T
Valentin Romero 25d4ba6cc0 add bot wsp
2026-06-30 22:04:56 -03:00

14 lines
222 B
JSON

{
"watch": ["src"],
"ext": "ts",
"ignore": [
"**/*.test.ts",
"**/*.spec.ts"
],
"delay": "1000",
"signal": "SIGTERM",
"restartable": "rs",
"execMap": {
"ts": "tsx"
}
}