Bugfix: update stale HMR after fixed errors
This commit is contained in:
Vendored
+2
-2
@@ -40,8 +40,8 @@ export default async function bunextInit(params) {
|
||||
else if (is_dev) {
|
||||
log.build(`Building Modules ...`);
|
||||
await allPagesESBuildContextBundler({
|
||||
post_build_fn: () => {
|
||||
serverPostBuildFn();
|
||||
post_build_fn: async () => {
|
||||
await serverPostBuildFn();
|
||||
},
|
||||
});
|
||||
watcherEsbuildCTX();
|
||||
|
||||
Reference in New Issue
Block a user