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