mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-01-09 04:32:57 -05: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