fix: use upgradeWebSocket and websocket directly from hono/bun

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
René Schober
2026-03-20 12:52:44 +01:00
parent b7a4dcf150
commit 033eba1eac

View File

@@ -1,3 +1 @@
import { createBunWebSocket } from "hono/bun";
export const { upgradeWebSocket, websocket } = createBunWebSocket();
export { upgradeWebSocket, websocket } from "hono/bun";