Skip to content

Commit 08a66fb

Browse files
committed
try fix playground deployment
1 parent 7265742 commit 08a66fb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

playground/vercel.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2+
"installCommand": "cd .. && corepack enable && pnpm install",
3+
"buildCommand": "cd .. && GOMAXPROCS=4 RAYON_NUM_THREADS=4 pnpm exec vp run --concurrency-limit 2 -r build",
4+
"outputDirectory": "dist",
25
"rewrites": [{ "source": "/(.*)", "destination": "/" }]
36
}

0 commit comments

Comments
 (0)