serverless for vercel

This commit is contained in:
2026-02-04 16:08:44 +00:00
parent b485f24e48
commit bfe63259e3
3 changed files with 20 additions and 6 deletions

4
api/index.ts Normal file
View File

@@ -0,0 +1,4 @@
import { handle } from "hono/vercel";
import { app } from "../src/server";
export default handle(app);