From b76b59088b4713d90b9ab90ac79ea9abc1ba721b Mon Sep 17 00:00:00 2001 From: Han <1655466387@qq.com> Date: Thu, 3 Apr 2025 18:39:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=90=AF=E5=8A=A8=E6=98=8E?= =?UTF-8?q?=E4=BA=86=E2=9C=85?= 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 c6ed64c..dde9e19 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "0.0.1", "scripts": { - "dev": "rm -rf .astro && astro dev", + "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro",