Update start logic
This commit is contained in:
Vendored
+1
-1
@@ -48,7 +48,7 @@ export default async function bunextInit(params) {
|
||||
}
|
||||
else {
|
||||
log.build(`Building Modules ...`);
|
||||
await allPagesESBuildContextBundler();
|
||||
await allPagesESBuildContextBundler({ start: true });
|
||||
cron();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user