fix(stage-tamagotchi,server-runtime): h3 update breaks websocket functionality

This commit is contained in:
Neko Ayaka
2025-11-04 01:46:48 +08:00
parent 2ef450dd48
commit 882665b87c
6 changed files with 205 additions and 50 deletions
+3 -2
View File
@@ -22,14 +22,15 @@
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": "./dist/bin/run.js",
"files": [
"README.md",
"dist",
"package.json"
],
"scripts": {
"dev": "listhen -w --ws --port 6121 ./src/index.ts",
"start": "listhen --ws --port 6121 ./src/index.ts",
"dev": "tsx ./src/bin/run.js",
"start": "tsx ./src/bin/run.js",
"build": "tsdown",
"typecheck": "tsc --noEmit"
},