From 2bea88f1a3e775b31f0435a5b048edd3b125c2ec Mon Sep 17 00:00:00 2001 From: ccnetcore Date: Mon, 23 Jun 2025 23:03:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9Epro=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Ai.Vue3/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Yi.Ai.Vue3/package.json b/Yi.Ai.Vue3/package.json index 0f308db2..36be0a0b 100644 --- a/Yi.Ai.Vue3/package.json +++ b/Yi.Ai.Vue3/package.json @@ -20,6 +20,7 @@ }, "scripts": { "dev": "vite", + "prod": "vite --mode production", "build": "vite build", "preview": "vite preview", "prepare": "husky",