From 9a09c09f2c3454f156cdf4f23cc2bb7807c9bfb5 Mon Sep 17 00:00:00 2001 From: tone Date: Fri, 19 Dec 2025 23:07:14 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E7=94=9F=E4=BA=A7=E9=83=A8=E7=BD=B2=E9=BB=98=E8=AE=A4=E7=AB=AF?= =?UTF-8?q?=E5=8F=A33000?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 2d23f49..5b626c0 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "next dev --turbopack", "build": "next build", - "start": "next start -p 3002", + "start": "next start", "lint": "next lint" }, "dependencies": {