Files
2026-06-10 12:38:42 -03:00

10 lines
227 B
JavaScript

// src/adapter/cloudflare-pages/index.ts
import { handle, handleMiddleware, serveStatic } from "./handler.js";
import { getConnInfo } from "./conninfo.js";
export {
getConnInfo,
handle,
handleMiddleware,
serveStatic
};