chore: update version to 0.0.47 and enhance WebSocket handling in server implementation

This commit is contained in:
2025-12-21 03:26:15 +08:00
parent 90ef73a97b
commit 7975863af3
7 changed files with 91 additions and 27 deletions

View File

@@ -134,7 +134,7 @@ export class App<U = {}> {
}
this.server.on({
id: 'app-request-listener',
fun: fn
fun: fn as any,
});
}
}