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