socket io

This commit is contained in:
CoGomu
2025-07-06 18:17:40 +02:00
parent 4ead1cc0b9
commit 36d5f98dc9
7 changed files with 129 additions and 10 deletions

View File

@@ -5,7 +5,8 @@
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"drizzle-orm": "^0.44.2",
"express": "^5.1.0"
"express": "^5.1.0",
"socket.io": "^4.8.1"
},
"scripts": {
"dev": "bun run --watch src/main.ts"