mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-10 14:48:13 -05:00
12
vercel.json
Normal file
12
vercel.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"version": 2,
|
||||
"buildCommand": "corepack enable && yarn install && yarn build",
|
||||
"installCommand": "corepack enable && yarn install",
|
||||
"framework": "nextjs",
|
||||
"env": {
|
||||
"NODE_ENV": "production"
|
||||
},
|
||||
"github": {
|
||||
"autoJobCancelation": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user