From 277f57f3396e97c525ea20eac81058af00d84bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AC=94=E8=AE=B0=E6=9C=AC=E9=87=8C=E7=9A=84=E6=B0=B8?= =?UTF-8?q?=E5=B9=B3?= Date: Thu, 17 Jul 2025 14:23:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9C=AC=E6=AC=A1=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=86=85=E5=AE=B9=E5=A6=82=E4=B8=8B=20?= =?UTF-8?q?=E5=8F=98=E6=9B=B4=E8=84=9A=E6=9C=AC=E5=90=AF=E5=8A=A8=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cunkebao/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cunkebao/package.json b/Cunkebao/package.json index e9ec387a..3552c848 100644 --- a/Cunkebao/package.json +++ b/Cunkebao/package.json @@ -80,7 +80,7 @@ "typescript": "^4.9.5" }, "scripts": { - "start": "craco start", + "dev": "craco start", "build": "craco build", "test": "craco test", "eject": "react-scripts eject"