We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b61893 commit 1570128Copy full SHA for 1570128
vercel.json
@@ -1,6 +1,6 @@
1
{
2
- "buildCommand": "cd apps/web && npm run build",
3
- "outputDirectory": "apps/we/dist",
4
- "installCommand": "npm install",
+ "buildCommand": "cd apps/web && bun run build",
+ "outputDirectory": "apps/web/dist",
+ "installCommand": "bun install",
5
"framework": null
6
}
0 commit comments