Bugfix. Fix esbuild post build function for HMR

This commit is contained in:
2026-03-24 18:41:33 +01:00
parent 47c262392c
commit 99b319f5af
8 changed files with 25 additions and 9 deletions
+3 -1
View File
@@ -21,7 +21,9 @@ export default function () {
catch (error) { }
await bunextInit();
// await allPagesBunBundler();
await allPagesESBuildContextBundler();
await allPagesESBuildContextBundler({
post_build_fn: serverPostBuildFn,
});
await startServer();
});
}