server-ts: Bring back nodemon

This commit is contained in:
Elian Doran
2024-02-17 12:33:20 +02:00
parent b8ccf5ba8f
commit 6f0659c03c
4 changed files with 216 additions and 285 deletions

View File

@@ -2,12 +2,11 @@
"restartable": "rs",
"ignore": [".git", "node_modules/**/node_modules", "src/public/"],
"verbose": false,
"execMap": {
"js": "node --harmony"
},
"exec": "ts-node",
"watch": ["src/"],
"signal": "SIGTERM",
"env": {
"NODE_ENV": "development"
},
"ext": "js,json"
"ext": "ts,js,json"
}