Bugfix and major refactor. Update server-side page rendering logic.

This commit is contained in:
2026-03-19 05:26:20 +01:00
parent c2c63a1a99
commit ef53ab5f2a
9 changed files with 323 additions and 22 deletions
+5
View File
@@ -243,6 +243,11 @@ export type GrabPageComponentRes = {
head?: FC<BunextPageHeadFCProps>;
};
export type GrabPageReactBundledComponentRes = {
component: JSX.Element;
server_res?: BunextPageModuleServerReturn;
};
export type PageFiles = {
local_path: string;
url_path: string;