Skip to content

Commit f8d1572

Browse files
committed
fix: add Vercel config for monorepo build
1 parent 612a264 commit f8d1572

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vercel.json

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

0 commit comments

Comments
 (0)