Files
2026-01-23 01:33:35 +01:00

8 lines
151 B
JavaScript

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