feat: add basic tests (#542)

* feat: add basic tests
This commit is contained in:
Kalidou Diagne
2025-08-11 12:36:12 +02:00
committed by GitHub
parent 327c36a429
commit 7b4084c4f7
48 changed files with 5433 additions and 1019 deletions

12
vercel.json Normal file
View 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
}
}