Files
playground-frontend/lighthouserc.json
lobo 41ec7a862f
Some checks failed
Build, Test & Push Frontend / quality-check (pull_request) Failing after 7s
Build, Test & Push Frontend / docker (pull_request) Has been skipped
lighthouserc.json aktualisiert
2026-02-07 10:50:01 +01:00

15 lines
284 B
JSON

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