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
+1 -1
View File
@@ -18,7 +18,7 @@ export default async function fullRebuild(params) {
}
catch (error) { }
// await pagesSSRBundler();
allPagesESBuildContextBundler({
await allPagesESBuildContextBundler({
post_build_fn: () => {
serverPostBuildFn();
},
+1
View File
@@ -22,6 +22,7 @@ export default async function watcherEsbuildCTX() {
}
if (global.BUNDLER_CTX_DISPOSED) {
await fullRebuild({ msg: `Restarting Bundler ...` });
return;
}
if (global.SSR_BUNDLER_CTX_DISPOSED) {
pagesSSRBundler();