Files
2026-05-17 12:43:53 -07:00

8 lines
151 B
JavaScript

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