one-link/node_modules/hono/dist/adapter/bun/index.js

11 lines
265 B
JavaScript

// src/adapter/bun/index.ts
import { serveStatic } from "./serve-static.js";
import { bunFileSystemModule, toSSG } from "./ssg.js";
import { createBunWebSocket } from "./websocket.js";
export {
bunFileSystemModule,
createBunWebSocket,
serveStatic,
toSSG
};