add basic room listing, websocket tests

This commit is contained in:
not-nullptr 2024-03-11 15:46:02 +00:00
parent 2442d891b8
commit f261ad74f6
6 changed files with 150 additions and 8 deletions

View file

@ -20,6 +20,7 @@
"@types/cookie": "^0.6.0",
"@types/jsonwebtoken": "^9.0.6",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.5.10",
"autoprefixer": "^10.4.16",
"express": "^4.18.3",
"flowbite": "^2.3.0",
@ -53,6 +54,7 @@
"sqlite3": "^5.1.7",
"typeorm": "^0.3.20",
"uuid": "^9.0.1",
"vite-plugin-vsharp": "^1.7.3"
"vite-plugin-vsharp": "^1.7.3",
"ws": "^8.16.0"
}
}