mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-06-27 14:45:41 -04:00
enable corepack on vercel for latest pnpm
https://vercel.com/docs/deployments/configure-a-build#corepack
This commit is contained in:
7
vercel.json
Normal file
7
vercel.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"build": {
|
||||
"env": {
|
||||
"ENABLE_EXPERIMENTAL_COREPACK": "1"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user