TreasureTrails/node_modules/hono/dist/adapter/vercel/index.js

8 lines
151 B
JavaScript
Raw Permalink Normal View History

2026-03-18 09:02:21 -05:00
// src/adapter/vercel/index.ts
import { handle } from "./handler.js";
import { getConnInfo } from "./conninfo.js";
export {
getConnInfo,
handle
};