Dev Server Refresh Bugfix. Loop happens after a file route is refactored to a folder route with index.ts
This commit is contained in:
@@ -61,6 +61,7 @@ export default async function grabPageComponent(params) {
|
||||
await fullRebuild({
|
||||
msg: `Retrying Bundle map for file \`${file_path}\``,
|
||||
});
|
||||
await Bun.sleep(1000);
|
||||
bundledMap = global.BUNDLER_CTX_MAP[file_path];
|
||||
if (bundledMap?.path)
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user