This commit is contained in:
2026-04-14 20:24:08 +01:00
parent d6f0a7962e
commit b597e1420e
9 changed files with 23 additions and 9 deletions
@@ -6,7 +6,7 @@ import _ from "lodash";
import pagesSSRBundler from "../pages-ssr-bundler";
let build_start = 0;
let build_starts = 0;
const MAX_BUILD_STARTS = 2;
const MAX_BUILD_STARTS = 5;
export default function esbuildCTXArtifactTracker({ entryToPage, post_build_fn, }) {
const artifactTracker = {
name: "artifact-tracker",