elysia set up with websockets

This commit is contained in:
2025-12-13 20:38:06 +11:00
parent 6951b71490
commit 356eb58381
6 changed files with 116 additions and 19 deletions

View File

@@ -3,10 +3,12 @@
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts"
"dev": "bun run --watch ./src/index.ts"
},
"dependencies": {
"elysia": "^1.4.18"
"@bogeychan/elysia-logger": "^0.1.10",
"elysia": "^1.4.18",
"logixlysia": "^5.3.0"
},
"devDependencies": {
"@types/node": "^25.0.1",