api and socket folder created models updated

This commit is contained in:
2025-08-26 12:17:29 +05:30
parent d7705d12e0
commit 3c93c1b3b4
15 changed files with 571 additions and 400 deletions

View File

@@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --exec tsx src/main.ts"
"start:api": "nodemon --exec tsx src/api-server/main.ts"
},
"author": "",
"license": "ISC",