Bugfix watcher function. Refresh bundler after adding and removing pages

This commit is contained in:
2026-03-17 16:20:58 +01:00
parent d56fe0ee55
commit c6166f5fd2
7 changed files with 60 additions and 98 deletions
+1 -1
View File
@@ -215,5 +215,5 @@ export type BundlerCTXMap = {
export type GlobalHMRControllerObject = {
controller: ReadableStreamDefaultController<string>;
page_url: string;
target_map: BundlerCTXMap;
target_map?: BundlerCTXMap;
};