Refactor Bundler. Fix bugs.

This commit is contained in:
2026-03-24 22:03:55 +01:00
parent 336fa812a5
commit 321c8ebb89
25 changed files with 387 additions and 167 deletions
-1
View File
@@ -250,7 +250,6 @@ export type GrabPageReactBundledComponentRes = {
};
export type PageFiles = {
local_path: string;
transformed_path: string;
url_path: string;
file_name: string;
};