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:
parent
9a3649342e
commit
25c8f4d262
@ -14,7 +14,7 @@
|
|||||||
"start:cluster1": "env-cmd -f .env.production next start -p 5000",
|
"start:cluster1": "env-cmd -f .env.production next start -p 5000",
|
||||||
"start:cluster2": "env-cmd -f .env.production next start -p 5001",
|
"start:cluster2": "env-cmd -f .env.production next start -p 5001",
|
||||||
"start:dev": "env-cmd -f .env.development next start -p 5010",
|
"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",
|
"lint": "next lint",
|
||||||
"serve": "node server.js"
|
"serve": "node server.js"
|
||||||
},
|
},
|
||||||
|
|||||||
5
pnpm-workspace.yaml
Normal file
5
pnpm-workspace.yaml
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user