We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd99ea9 commit 71d822fCopy full SHA for 71d822f
package.json
@@ -39,8 +39,8 @@
39
"@nuxt/kit": "^3.14.159",
40
"fast-glob": "^3.3.2",
41
"pathe": "^1.1.2",
42
- "socket.io": "^4.7.5",
43
- "socket.io-client": "^4.7.5"
+ "socket.io": "^4.8.1",
+ "socket.io-client": "^4.8.1"
44
},
45
"devDependencies": {
46
"@nuxt/devtools": "^1.6.0",
playground/server/api/hello.ts
@@ -1,4 +1,5 @@
1
-export default eventHandler((event) => {
+export default eventHandler(() => {
2
+ // @ts-expect-error: todo fix types
3
console.log(globalThis.__io)
4
5
return {
0 commit comments