From 25c8f4d262038d62aa1e472c7a6cbd1852184bb3 Mon Sep 17 00:00:00 2001 From: sangwook yoo Date: Mon, 8 Jun 2026 14:53:22 +0900 Subject: [PATCH] =?UTF-8?q?chore(btob):=20start:btob=20=EA=B0=9C=EB=B0=9C?= =?UTF-8?q?=20=EC=84=9C=EB=B2=84=20=ED=8F=AC=ED=8A=B8=206060=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD=20+=20pnpm=20workspace=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - package.json: start:btob 포트 5060 → 6060 (포트 충돌 회피) - pnpm-workspace.yaml 신규 추가 Co-Authored-By: Claude Opus 4.8 (1M context) --- package.json | 2 +- pnpm-workspace.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 pnpm-workspace.yaml diff --git a/package.json b/package.json index e990626b..0fc4da32 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "start:cluster1": "env-cmd -f .env.production next start -p 5000", "start:cluster2": "env-cmd -f .env.production next start -p 5001", "start:dev": "env-cmd -f .env.development next start -p 5010", - "start:btob": "env-cmd -f .env.development next start -p 5060", + "start:btob": "env-cmd -f .env.development next start -p 6060", "lint": "next lint", "serve": "node server.js" }, diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 00000000..026d96ee --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,5 @@ +allowBuilds: + '@parcel/watcher': set this to true or false + canvas: set this to true or false + sharp: set this to true or false + sqlite3: set this to true or false