From b84b6d1f81d1c9fa87783394a509e78d4e2ff39f Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 07 三月 2025 14:50:22 +0800
Subject: [PATCH] gx
---
package.json | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index a957493..6732866 100644
--- a/package.json
+++ b/package.json
@@ -5,12 +5,14 @@
"type": "module",
"scripts": {
"dev": "vite",
- "build": "vue-tsc -b && vite build",
+ "build": "vite build",
+ "build2": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"echarts": "^5.6.0",
"element-plus": "^2.9.2",
+ "event-source-polyfill": "^1.0.31",
"vue": "^3.5.13",
"vue-router": "^4.0.13"
},
--
Gitblit v1.8.0