fix(stage-tamagotchi,server-runtime): h3 update breaks websocket functionality
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user