Files
pse.dev/vercel.json
Kalidou Diagne 7b4084c4f7 feat: add basic tests (#542)
* feat: add basic tests
2025-08-11 12:36:12 +02:00

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
}
}