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:
parent
f69f3b225b
commit
61660d9d56
7
vercel.json
Normal file
7
vercel.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"build": {
|
||||
"env": {
|
||||
"ENABLE_EXPERIMENTAL_COREPACK": "1"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user