aethex-forge/netlify/functions/api.ts
2025-09-28 07:14:27 +00:00

4 lines
139 B
TypeScript

import serverless from "serverless-http";
import { createServer } from "../../server";
export const handler = serverless(createServer());