We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7265742 commit 08a66fbCopy full SHA for 08a66fb
1 file changed
playground/vercel.json
@@ -1,3 +1,6 @@
1
{
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",
5
"rewrites": [{ "source": "/(.*)", "destination": "/" }]
6
}
0 commit comments