fix: server run config

This commit is contained in:
eneller
2026-02-28 10:18:14 +01:00
parent 6b7ef0114f
commit 75100e689c
4 changed files with 14 additions and 2 deletions

6
server/nodemon.json Normal file
View File

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