lighthouserc.json aktualisiert
Some checks failed
Build, Test & Push Frontend / quality-check (pull_request) Failing after 7s
Build, Test & Push Frontend / docker (pull_request) Has been skipped

This commit is contained in:
2026-02-07 10:50:01 +01:00
parent b9f6564771
commit 41ec7a862f

View File

@@ -2,7 +2,10 @@
"ci": { "ci": {
"collect": { "collect": {
"numberOfRuns": 1, "numberOfRuns": 1,
"staticDistDir": "./dist/playground-frontend/browser" "staticDistDir": "./dist/playground-frontend/browser",
"settings": {
"chromeFlags": "--no-sandbox --headless --disable-gpu"
}
}, },
"upload": { "upload": {
"target": "temporary-public-storage" "target": "temporary-public-storage"