chore: update version to 0.0.49 and refactor WebSocket handling and type definitions

This commit is contained in:
2025-12-21 20:37:50 +08:00
parent caaec4d870
commit a76f1fb5d2
5 changed files with 28 additions and 38 deletions

View File

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