From e8e399d822f9eec12989d5f49e993077de7cdc41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B5=ED=9D=AC=20=EA=B9=80?= Date: Tue, 10 Dec 2024 15:23:08 +0900 Subject: [PATCH] 3100 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 546a91d..4869f88 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "next dev -p 3100", "build": "next build", - "start": "next start -p 80", + "start": "next start -p 3100", "lint": "next lint", "prod": "next build && next start" },