Bugfix catch all page renaming bundler error

This commit is contained in:
2026-03-17 17:48:24 +01:00
parent 12de7ff891
commit 05154bb758
5 changed files with 96 additions and 74 deletions
+3
View File
@@ -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;
}