Bugfix: update stale HMR after fixed errors

This commit is contained in:
2026-07-20 20:54:39 +01:00
parent e3a0f5fbeb
commit a9cd51d71c
14 changed files with 71 additions and 63 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ export default async function fullRebuild(params) {
}
catch (error) { }
await allPagesESBuildContextBundler({
post_build_fn: () => {
serverPostBuildFn();
post_build_fn: async () => {
await serverPostBuildFn();
},
});
}