Bugfix: SSR bundler errors fixed. Caching still faulty

This commit is contained in:
2026-04-09 22:33:49 +01:00
parent f3b087a1f3
commit 40fc7778a8
12 changed files with 139 additions and 81 deletions
-4
View File
@@ -33,10 +33,6 @@ export default async function initPages(params) {
tsx,
page_file_path: page.local_path,
});
// const component = await grabPageComponent({
// file_path: page.local_path,
// skip_server_res: true,
// });
}
await grabTsxStringModule({ tsx_map });
}