From 7f7ab6eaef089655c9640cb88dfdf7c506350905 Mon Sep 17 00:00:00 2001 From: ShanYi-Hui Date: Fri, 13 Dec 2024 10:54:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20:sparkles:=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E8=B0=83=E8=AF=95=E6=97=B6=EF=BC=8C=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E5=B1=80=E5=9F=9F=E7=BD=91=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 751ad84f..999ba8ea 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "private": false, "type": "module", "scripts": { - "dev": "vite --mode base", + "dev": "vite --mode base --host", "build": "run-p type-check \"build-only -- --mode {1}\" --", "preview": "vite preview --mode", "build-only": "vite build",