From 8f46b8dd468f1f944f39ec21649454866004947d Mon Sep 17 00:00:00 2001 From: imsyy Date: Tue, 14 Feb 2023 09:01:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=BC=BA=E5=88=B6=20https?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 23f514d..c3e122d 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - + diff --git a/package.json b/package.json index dd5504f..0b4d42e 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "version": "4.0.2", "type": "module", "scripts": { - "dev": "vite", + "dev": "vite --host", "build": "vite build", "preview": "vite preview" },