diff --git a/.gitignore b/.gitignore index 38331ee..ac4d248 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,7 @@ k8s/secrets.yaml backend/cookies.txt backend-java/cookies.txt **/cookies.txt + +# 작업 산출물 (로컬 전용) +reviews/ +screenshots/ diff --git a/ecosystem.config.js b/ecosystem.config.js index bce7433..f591f05 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -26,6 +26,7 @@ module.exports = { cwd: "/Users/joungmin/workspaces/tasteby/frontend", script: "npm", args: "run dev", + env: { PORT: 3001 }, }, ], };