Update init function

This commit is contained in:
2026-04-04 19:35:14 +01:00
parent 7dbd1f7e12
commit 48c25d2fb4
9 changed files with 15 additions and 20 deletions
-4
View File
@@ -20,10 +20,6 @@ export default function () {
}
catch (error) { }
await bunextInit();
// await allPagesBunBundler();
await allPagesESBuildContextBundler({
post_build_fn: serverPostBuildFn,
});
await startServer();
});
}