Add retries to page component function error. Reload for all 404 pages

This commit is contained in:
2026-04-11 08:48:01 +01:00
parent 5a0972beb8
commit af8c207ac1
18 changed files with 293 additions and 238 deletions
+1
View File
@@ -284,6 +284,7 @@ export type GrabPageComponentRes = {
module?: BunextPageModule;
root_module?: BunextRootModule;
debug?: boolean;
success?: boolean;
};
export type BunextRootModule = BunextPageModule;