Bugfix. Fix esbuild post build function for HMR
This commit is contained in:
Vendored
+3
-1
@@ -21,7 +21,9 @@ export default function () {
|
||||
catch (error) { }
|
||||
await bunextInit();
|
||||
// await allPagesBunBundler();
|
||||
await allPagesESBuildContextBundler();
|
||||
await allPagesESBuildContextBundler({
|
||||
post_build_fn: serverPostBuildFn,
|
||||
});
|
||||
await startServer();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user