Handle browser Errors.

This commit is contained in:
2026-03-21 06:34:32 +01:00
parent d893a31d73
commit 7ef114ee70
97 changed files with 849 additions and 277 deletions
+9
View File
@@ -0,0 +1,9 @@
export default function grabConstants(): {
readonly ClientRootElementIDName: "__bunext";
readonly ClientWindowPagePropsName: "__PAGE_PROPS__";
readonly MBInBytes: number;
readonly ServerDefaultRequestBodyLimitBytes: number;
readonly ClientRootComponentWindowName: "BUNEXT_ROOT";
readonly MaxBundlerRebuilds: 5;
readonly config: import("../types").BunextConfig;
};