wip: fix server nodemon

This commit is contained in:
eneller
2026-02-28 10:18:14 +01:00
parent 6b7ef0114f
commit e251facd26
5 changed files with 16 additions and 5 deletions

6
server/nodemon.json Normal file
View File

@@ -0,0 +1,6 @@
{
"watch": ["src"],
"ext": "ts,json",
"exec": "ts-node src/index.ts"
}