Files

8 lines
156 B
JavaScript
Raw Permalink Normal View History

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