From c550cce79694261016eee19ee8d4f64cc5d36e78 Mon Sep 17 00:00:00 2001 From: Takeshi Kimata <117462761+kimatata@users.noreply.github.com> Date: Sun, 4 Aug 2024 13:24:34 +0900 Subject: [PATCH] fix: frontend server port when npm run start --- 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": {