Files
bigwo/dev-assistant-mcp/node_modules/hono/dist/adapter/cloudflare-pages/index.js

10 lines
227 B
JavaScript
Raw Normal View History

2026-03-12 12:47:56 +08:00
// src/adapter/cloudflare-pages/index.ts
import { handle, handleMiddleware, serveStatic } from "./handler.js";
import { getConnInfo } from "./conninfo.js";
export {
getConnInfo,
handle,
handleMiddleware,
serveStatic
};