mirror of
https://github.com/hex248/fonts.git
synced 2026-02-08 02:33:03 +00:00
serverless for vercel
This commit is contained in:
4
api/index.ts
Normal file
4
api/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { handle } from "hono/vercel";
|
||||
import { app } from "../src/server";
|
||||
|
||||
export default handle(app);
|
||||
Reference in New Issue
Block a user