This commit is contained in:
2025-06-23 23:04:46 +07:00
parent be21d852dc
commit 89efb3e587
5 changed files with 320 additions and 25 deletions

5
nodemon.json Normal file
View File

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