Update banner log

This commit is contained in:
2026-04-19 18:57:55 +01:00
parent ceeb6fbdaf
commit 40a987b983
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -23,8 +23,8 @@ export default async function bunextInit() {
global.DIR_NAMES = dirNames;
global.REACT_IMPORTS_MAP = { imports: {} };
global.REACT_DOM_MODULE_CACHE = new Map();
log.banner();
await init();
log.banner();
global.CONSTANTS = grabConstants();
await reactModulesBundler();
const router = new Bun.FileSystemRouter({