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
+1 -1
View File
@@ -48,7 +48,7 @@ export default async function bunextInit(params) {
}
else {
log.build(`Building Modules ...`);
await allPagesESBuildContextBundler();
await allPagesESBuildContextBundler({ start: true });
cron();
}
}