Handle browser Errors.
This commit is contained in:
Vendored
+9
@@ -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;
|
||||
};
|
||||
Reference in New Issue
Block a user