Update HMR. Make page reload when __root.tsx file is changed.
This commit is contained in:
Vendored
+1
@@ -22,5 +22,6 @@ declare global {
|
||||
var PAGES_SRC_WATCHER: FSWatcher | undefined;
|
||||
var CURRENT_VERSION: string | undefined;
|
||||
var PAGE_FILES: PageFiles[];
|
||||
var ROOT_FILE_UPDATED: boolean;
|
||||
}
|
||||
export default function bunextInit(): Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user