Rename global variables

This commit is contained in:
2026-08-03 12:01:40 +01:00
parent 87948340b0
commit 78e86b3999
78 changed files with 431 additions and 408 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
export default function grabConstants() {
const config = global.CONFIG;
const config = global.BUNEXT_CONFIG;
const MB_IN_BYTES = 1024 * 1024;
const ClientWindowPagePropsName = "__PAGE_PROPS__";