From 7f268bea057e788824bdf290275342d0980cbaeb Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期二, 15 四月 2025 14:43:47 +0800 Subject: [PATCH] fix: bug --- package.json | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/package.json b/package.json index 0613b16..b1bef1b 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,11 @@ "version": "1.0.0", "scripts": { "dev": "cross-env vite", + "dev:jx": "cross-env VITE_AppType=jx vite", "build": "cross-env NODE_OPTIONS=--max_old_space_size=16000 vite build", + "build:jx": "cross-env VITE_AppType=jx vite build --mode jx", "build:staging": "cross-env vite build --mode staging", + "build:jx:staging": "cross-env VITE_AppType=jx vite build --mode staging", "build:staging:jenkins": "cross-env NODE_OPTIONS=--max_old_space_size=16000 vite build --mode staging", "preview": "vite preview", "prepare": "husky install", @@ -19,7 +22,7 @@ "dependencies": { "@bole-12333/chat-kit": "latest", "@bole-12333/customer-chat": "latest", - "@bole-core/components": "^1.3.8", + "@bole-core/components": "latest", "@bole-core/core": "latest", "@bole-core/pretty-layout": "latest", "@bole-core/sass-utils": "latest", -- Gitblit v1.9.1