1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-25 17:55:23 -04:00

enable corepack on vercel for latest pnpm

https://vercel.com/docs/deployments/configure-a-build#corepack
This commit is contained in:
Jake Jarvis 2023-09-06 12:05:14 -04:00
parent f69f3b225b
commit 61660d9d56
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39

7
vercel.json Normal file
View File

@ -0,0 +1,7 @@
{
"build": {
"env": {
"ENABLE_EXPERIMENTAL_COREPACK": "1"
}
}
}