chore: Next.js proxy migration & E2E integration

Former-commit-id: daf08548d0a8f45b07b4b87405edd081e823edd5
This commit is contained in:
2026-04-28 19:12:44 +02:00
parent d14122005d
commit 306a2c6c2b
213 changed files with 697 additions and 522 deletions

View File

@@ -110,7 +110,8 @@
"typecheck": "tsc --noEmit",
"test": "vitest run --passWithNoTests",
"test:og": "vitest run tests/og-image.test.ts",
"test:e2e": "vitest run tests/*.e2e.test.ts",
"test:e2e": "vitest run -c vitest.e2e.config.mts",
"test:e2e:ci": "start-server-and-test dev http://etib.localhost test:e2e",
"check:og": "tsx scripts/check-og-images.ts",
"check:a11y": "pa11y-ci",
"check:wcag": "tsx ./scripts/wcag-sitemap.ts",