fix
This commit is contained in:
parent
a7354c0e35
commit
beeb013b28
|
|
@ -58,6 +58,8 @@ declare global {
|
||||||
server: Server;
|
server: Server;
|
||||||
mode: "dev" | "prod";
|
mode: "dev" | "prod";
|
||||||
handle: (req: Request) => Promise<Response>;
|
handle: (req: Request) => Promise<Response>;
|
||||||
|
serveStatic?: any;
|
||||||
|
serveAPI?: any;
|
||||||
index: { head: string[]; body: string[]; render: () => string };
|
index: { head: string[]; body: string[]; render: () => string };
|
||||||
prasi: { page_id?: string; params?: Record<string, any> };
|
prasi: { page_id?: string; params?: Record<string, any> };
|
||||||
}) => Promise<Response>;
|
}) => Promise<Response>;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue