perf: added cache for project, session

This commit is contained in:
d-kimsuon
2025-10-14 23:13:23 +09:00
parent a88ad89972
commit c7d89d47cd
24 changed files with 618 additions and 425 deletions

View File

@@ -2,7 +2,7 @@ import { handle } from "hono/vercel";
import { honoApp } from "../../../server/hono/app";
import { routes } from "../../../server/hono/route";
routes(honoApp);
await routes(honoApp);
export const GET = handle(honoApp);
export const POST = handle(honoApp);