Skip to content

Commit ec4ce63

Browse files
committed
Add vercel.json for pnpm monorepo
1 parent f3e6d45 commit ec4ce63

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

vercel.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"framework": "nextjs",
3+
"installCommand": "pnpm install",
4+
"buildCommand": "cd apps/web && pnpm run build",
5+
"outputDirectory": "apps/web/.next"
6+
}

0 commit comments

Comments
 (0)