Update start logic

This commit is contained in:
2026-07-01 19:23:05 +01:00
parent 817beacc7a
commit 1d0ac4aa80
6 changed files with 7 additions and 5 deletions
@@ -4,6 +4,7 @@ type Params = {
artifacts: BundlerCTXMap[];
}) => Promise<void> | void;
build_only?: boolean;
start?: boolean;
};
export default function allPagesESBuildContextBundler(params?: Params): Promise<void>;
export {};