From 82865b5a51799dd9f8559948f5ff01273660fc34 Mon Sep 17 00:00:00 2001 From: Takeshi Kimata <117462761+kimatata@users.noreply.github.com> Date: Sun, 7 Jul 2024 09:25:12 +0900 Subject: [PATCH] fix: npm run start port --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 10a8439..0205e61 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "next dev -p 8000", "build": "next build", - "start": "next start", + "start": "next start -p 8000", "lint": "next lint" }, "dependencies": {