From c8899b173c334d5688832d2f2a340844f7f7970d Mon Sep 17 00:00:00 2001 From: Wo-ogie <siwall0105@gmail.com> Date: Sat, 9 Dec 2023 14:45:32 +0900 Subject: [PATCH] =?UTF-8?q?[CHORE]=20=EC=84=9C=EB=B9=84=EC=8A=A4=20?= =?UTF-8?q?=ED=8F=AC=ED=8A=B8=203001=EB=B2=88=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EC=9E=AC=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- react-whenMeet/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-whenMeet/package.json b/react-whenMeet/package.json index dafb6ea..600f87f 100644 --- a/react-whenMeet/package.json +++ b/react-whenMeet/package.json @@ -19,7 +19,7 @@ "web-vitals": "^2.1.4" }, "scripts": { - "start": "react-scripts start", + "start": "export PORT=3001 && react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" -- GitLab