Bugfix catch all page renaming bundler error
This commit is contained in:
@@ -11,11 +11,14 @@ export default async function grabConstants() {
|
||||
|
||||
const ServerDefaultRequestBodyLimitBytes = MB_IN_BYTES * 10;
|
||||
|
||||
const MaxBundlerRebuilds = 5;
|
||||
|
||||
return {
|
||||
ClientRootElementIDName,
|
||||
ClientWindowPagePropsName,
|
||||
MBInBytes: MB_IN_BYTES,
|
||||
ServerDefaultRequestBodyLimitBytes,
|
||||
ClientRootComponentWindowName,
|
||||
MaxBundlerRebuilds,
|
||||
} as const;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user