From 2ae334a0561e350f1af7a64c42bd9aa5240a51a6 Mon Sep 17 00:00:00 2001 From: nicomacbookpro <805879871@qq.com> Date: Thu, 5 Jun 2025 11:10:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b41fbf..e0fe9e6 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "dev": "vite", "build": "vue-tsc -b && vite build", + "build:production": "vite build --mode production", "preview": "vite preview" }, "dependencies": { @@ -21,4 +22,4 @@ "vite": "^6.1.0", "vue-tsc": "^2.2.0" } -} +} \ No newline at end of file