aethex-forge/netlify/functions/api.ts
2025-08-05 20:03:34 +00:00

5 lines
140 B
TypeScript

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