Resolve page errors gracefully

This commit is contained in:
2026-03-17 17:00:08 +01:00
parent c6166f5fd2
commit 12de7ff891
8 changed files with 177 additions and 123 deletions
+2
View File
@@ -176,8 +176,10 @@ export type BunextPageServerFn<
export type BunextPageModuleServerReturn<
T extends { [k: string]: any } = { [k: string]: any },
Q extends { [k: string]: any } = { [k: string]: any },
> = {
props?: T;
query?: Q;
};
export type BunextPageModuleMetadata = {