Update build step

This commit is contained in:
2026-07-01 19:18:11 +01:00
parent 61a9d8d612
commit 817beacc7a
20 changed files with 139 additions and 62 deletions
@@ -3,6 +3,7 @@ type Params = {
post_build_fn?: (params: {
artifacts: BundlerCTXMap[];
}) => Promise<void> | void;
build_only?: boolean;
};
export default function allPagesESBuildContextBundler(params?: Params): Promise<void>;
export {};