fix(stage-tamagotchi): should handle EADDRINUSE, bug of srvx, robust for server channel restart, injeca fix
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
".": {
|
||||
"types": "./dist/index.d.mts",
|
||||
"default": "./dist/index.mjs"
|
||||
},
|
||||
"./server": {
|
||||
"types": "./dist/server.d.mts",
|
||||
"default": "./dist/server.mjs"
|
||||
}
|
||||
},
|
||||
"main": "./dist/index.mjs",
|
||||
@@ -36,10 +40,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@guiiai/logg": "catalog:",
|
||||
"@moeru/std": "catalog:",
|
||||
"@proj-airi/server-shared": "workspace:^",
|
||||
"crossws": "^0.4.4",
|
||||
"h3": "^2.0.1-rc.14",
|
||||
"listhen": "^1.9.0",
|
||||
"nanoid": "catalog:",
|
||||
"srvx": "^0.11.8",
|
||||
"superjson": "catalog:"
|
||||
|
||||
Reference in New Issue
Block a user