Files

8 lines
151 B
JavaScript
Raw Permalink Normal View History

2026-03-12 12:47:56 +08:00
// src/adapter/vercel/index.ts
import { handle } from "./handler.js";
import { getConnInfo } from "./conninfo.js";
export {
getConnInfo,
handle
};