Files
MCP-Browser/node_modules/hono/dist/adapter/vercel/index.js
T
2026-03-25 09:47:08 -03:00

8 lines
151 B
JavaScript

// src/adapter/vercel/index.ts
import { handle } from "./handler.js";
import { getConnInfo } from "./conninfo.js";
export {
getConnInfo,
handle
};