Files
pse.dev/vercel.json
Kalidou Diagne 3212810096 feat: add basic tests
This PR adds basic tests to ensure functionality doesn't break with new features

fix search/route

fix test issues

fix errrors

fix tests

fix issue

fix config

add js-yaml

fix vercel config and update ci

fix vercel config

fix vercel config

fix vercel config

fix config for vercel

update config vitest

fix vercel tests

fix: fix tests vercel issues

fix: remove --frozen-lockfile flag from CI/CD to allow lockfile updates

fix: update dependencies and lockfile to resolve CI/CD issues

fix: import beforeAll and afterAll from vitest in setup file
2025-08-07 22:46:25 +01: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
}
}