Rename global variables

This commit is contained in:
2026-08-03 12:01:40 +01:00
parent 87948340b0
commit 78e86b3999
78 changed files with 431 additions and 408 deletions
+1 -1
View File
@@ -5,5 +5,5 @@ export default function refreshRouter() {
style: "nextjs",
dir: PAGES_DIR,
});
global.ROUTER = router;
global.BUNEXT_ROUTER = router;
}