We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98d5ac commit 16634e4Copy full SHA for 16634e4
vercel.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://openapi.vercel.sh/vercel.json",
3
- "buildCommand": "pnpm build --filter=nextjs",
+ "buildCommand": "turbo build --filter=nextjs",
4
"installCommand": "pnpm install",
5
"framework": "nextjs",
6
"outputDirectory": "apps/nextjs/.next",
0 commit comments