mirror of
https://github.com/hex248/fonts.git
synced 2026-02-07 18:23:06 +00:00
5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
import { handle } from "hono/vercel";
|
|
import { app } from "../src/server";
|
|
|
|
export default handle(app);
|