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