fix: build error

This commit is contained in:
BennyKok
2024-01-09 14:11:11 +08:00
parent 7d36f8af88
commit 8aa86bbe64
2 changed files with 27 additions and 25 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import { handle } from "hono/vercel";
export const dynamic = "force-dynamic";
export const app = new OpenAPIHono().basePath("/api");
const app = new OpenAPIHono().basePath("/api");
declare module "hono" {
interface ContextVariableMap {