sangwaritaxi_website/node_modules/hono/dist/adapter/cloudflare-pages/index.js

8 lines
167 B
JavaScript

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