mirror of
https://git.suyu.dev/suyu/website.git
synced 2026-01-07 23:18:02 +01:00
add basic room listing, websocket tests
This commit is contained in:
parent
2442d891b8
commit
f261ad74f6
6 changed files with 150 additions and 8 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue