From 7db10f956d97ae2bd1fe97eb87603020f17bc59f Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 10 二月 2025 15:08:19 +0800
Subject: [PATCH] 34

---
 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