mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2026-01-21 14:34:21 +01:00
perf: added cache for project, session
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user