Harden RC9 UX and performance states
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-18 06:37:54 +02:00
parent 55685ba1bd
commit 9b0239747d
21 changed files with 845 additions and 25 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
"preview": "vite preview",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test:unit": "vitest run",
"test:e2e": "node e2e/releaseJourneys.mjs"
"test:e2e": "node e2e/releaseJourneys.mjs",
"test:e2e:ux": "node e2e/uxAudit.mjs"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"