mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-08 05:43:56 -05:00
13 lines
262 B
JSON
13 lines
262 B
JSON
{
|
|
"version": 2,
|
|
"buildCommand": "corepack enable && yarn install && yarn build",
|
|
"installCommand": "corepack enable && yarn install",
|
|
"framework": "nextjs",
|
|
"env": {
|
|
"NODE_ENV": "production"
|
|
},
|
|
"github": {
|
|
"autoJobCancelation": false
|
|
}
|
|
}
|