first commit

This commit is contained in:
2025-09-23 07:35:11 +00:00
commit a5dd3f1335
110 changed files with 46108 additions and 0 deletions

10
nodemon.json Executable file
View File

@@ -0,0 +1,10 @@
{
"watch": ["api"],
"ext": "ts,mts,js,json",
"ignore": ["api/dist/*"],
"exec": "tsx api/server.ts",
"env": {
"NODE_ENV": "development"
},
"delay": 1000
}