Update banner log

This commit is contained in:
Benjamin Toby 2026-04-19 18:57:55 +01:00
parent ceeb6fbdaf
commit 40a987b983
3 changed files with 3 additions and 4 deletions

View File

@ -23,8 +23,8 @@ export default async function bunextInit() {
global.DIR_NAMES = dirNames; global.DIR_NAMES = dirNames;
global.REACT_IMPORTS_MAP = { imports: {} }; global.REACT_IMPORTS_MAP = { imports: {} };
global.REACT_DOM_MODULE_CACHE = new Map(); global.REACT_DOM_MODULE_CACHE = new Map();
log.banner();
await init(); await init();
log.banner();
global.CONSTANTS = grabConstants(); global.CONSTANTS = grabConstants();
await reactModulesBundler(); await reactModulesBundler();
const router = new Bun.FileSystemRouter({ const router = new Bun.FileSystemRouter({

View File

@ -1,6 +1,6 @@
{ {
"name": "@moduletrace/bunext", "name": "@moduletrace/bunext",
"version": "1.0.88", "version": "1.0.89",
"main": "dist/index.js", "main": "dist/index.js",
"module": "index.ts", "module": "index.ts",
"dependencies": { "dependencies": {

View File

@ -70,9 +70,8 @@ export default async function bunextInit() {
global.REACT_IMPORTS_MAP = { imports: {} }; global.REACT_IMPORTS_MAP = { imports: {} };
global.REACT_DOM_MODULE_CACHE = new Map<string, any>(); global.REACT_DOM_MODULE_CACHE = new Map<string, any>();
log.banner();
await init(); await init();
log.banner();
global.CONSTANTS = grabConstants(); global.CONSTANTS = grabConstants();