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