Files
playground-frontend/lighthouserc.json
lobo f6ed2057a4
All checks were successful
Build, Test & Push Frontend / quality-check (pull_request) Successful in 56s
Build, Test & Push Frontend / docker (pull_request) Has been skipped
lighthouserc.json aktualisiert
2026-02-07 11:12:19 +01:00

15 lines
308 B
JSON

{
"ci": {
"collect": {
"numberOfRuns": 1,
"staticDistDir": "./dist/playground-frontend/browser",
"settings": {
"chromeFlags": "--no-sandbox --headless --disable-gpu --disable-dev-shm-usage"
}
},
"upload": {
"target": "temporary-public-storage"
}
}
}