From 4a9c9e3516b46b5a270bae92a7e04eb3d04303e0 Mon Sep 17 00:00:00 2001 From: shikong <919411476@qq.com> Date: Sun, 27 Oct 2024 04:42:31 +0800 Subject: [PATCH] =?UTF-8?q?package.json=20=E9=85=8D=E7=BD=AE=E4=B8=8D?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=89=93=E5=BC=80=E6=B5=8F=E8=A7=88=E5=99=A8?= =?UTF-8?q?=20=E5=92=8C=20=E6=8C=87=E5=AE=9A=E7=AB=AF=E5=8F=A3?= 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 de60657..813845f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "web-vitals": "^2.1.4" }, "scripts": { - "start": "react-scripts start", + "start": "set BROWSER=none&&set PORT=3000&&react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"