This commit is contained in:
2026-04-14 20:24:08 +01:00
parent d6f0a7962e
commit b597e1420e
9 changed files with 23 additions and 9 deletions
+1
View File
@@ -41,6 +41,7 @@ declare global {
css: string;
}>;
var BUNDLER_CTX_DISPOSED: boolean | undefined;
var SSR_BUNDLER_CTX_DISPOSED: boolean | undefined;
var REBUILD_RETRIES: number;
var IS_404_PAGE: boolean;
var CONSTANTS: ReturnType<typeof grabConstants>;