Files
carmanagement/apps/homepage/tests/fixtures/component-system/component-matrix.json
T
root 781512399b
Build & Deploy / Build & Push Docker Image (push) Successful in 2m51s
Test / Type Check (all packages) (push) Successful in 52s
Build & Deploy / Deploy to VPS (push) Successful in 4s
Test / API Unit Tests (push) Successful in 49s
Test / Homepage Unit Tests (push) Successful in 44s
Test / Storefront Unit Tests (push) Successful in 39s
Test / Admin Unit Tests (push) Successful in 40s
Test / Dashboard Unit Tests (push) Successful in 40s
Test / API Integration Tests (push) Successful in 1m0s
Update homepage routes to include language and mode
2026-07-02 14:10:17 -04:00

10 lines
460 B
JSON

{
"fixtureRoute": "/{locale}/system/component-lab",
"productionGuard": "COMPONENT_FIXTURES_ENABLED=true",
"locales": ["en", "fr", "ar"],
"themes": ["light", "dark", "system"],
"widths": [320, 390, 768, 1024, 1440],
"states": ["default", "focus-visible", "disabled", "loading", "error", "long-content", "rtl"],
"contentPolicy": "Fictional deterministic development data only; no production claims, customers, personal data, or live operations."
}