Update banner log
This commit is contained in:
parent
ceeb6fbdaf
commit
40a987b983
2
dist/functions/bunext-init.js
vendored
2
dist/functions/bunext-init.js
vendored
@ -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({
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@moduletrace/bunext",
|
||||
"version": "1.0.88",
|
||||
"version": "1.0.89",
|
||||
"main": "dist/index.js",
|
||||
"module": "index.ts",
|
||||
"dependencies": {
|
||||
|
||||
@ -70,9 +70,8 @@ export default async function bunextInit() {
|
||||
global.REACT_IMPORTS_MAP = { imports: {} };
|
||||
global.REACT_DOM_MODULE_CACHE = new Map<string, any>();
|
||||
|
||||
log.banner();
|
||||
|
||||
await init();
|
||||
log.banner();
|
||||
|
||||
global.CONSTANTS = grabConstants();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user