Skip to content

Commit 6f03f30

Browse files
abrichrclaude
andcommitted
fix: add outputDirectory for Vercel monorepo deploy
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e99cdbe commit 6f03f30

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

apps/web/vercel.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"framework": "nextjs",
4+
"installCommand": "cd ../.. && pnpm install",
5+
"buildCommand": "cd ../.. && pnpm turbo run build --filter=@wright/web...",
6+
"outputDirectory": "apps/web/.next"
7+
}

0 commit comments

Comments
 (0)