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