TreasureTrails/node_modules/hono/dist/adapter/bun/index.js

15 lines
387 B
JavaScript
Raw Permalink Normal View History

2026-03-18 09:02:21 -05:00
// src/adapter/bun/index.ts
import { serveStatic } from "./serve-static.js";
import { bunFileSystemModule, toSSG } from "./ssg.js";
import { createBunWebSocket, upgradeWebSocket, websocket } from "./websocket.js";
import { getConnInfo } from "./conninfo.js";
export {
bunFileSystemModule,
createBunWebSocket,
getConnInfo,
serveStatic,
toSSG,
upgradeWebSocket,
websocket
};