chore(btob): start:btob 개발 서버 포트 6060으로 변경 + pnpm workspace 설정 추가

- package.json: start:btob 포트 5060 → 6060 (포트 충돌 회피)
- pnpm-workspace.yaml 신규 추가

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
sangwook yoo 2026-06-08 14:53:22 +09:00
parent 9a3649342e
commit 25c8f4d262
2 changed files with 6 additions and 1 deletions

View File

@ -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"
},

5
pnpm-workspace.yaml Normal file
View File

@ -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