From 41ec7a862f3703f5883998c10ce3c4e50873f6f4 Mon Sep 17 00:00:00 2001 From: lobo Date: Sat, 7 Feb 2026 10:50:01 +0100 Subject: [PATCH] lighthouserc.json aktualisiert --- lighthouserc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lighthouserc.json b/lighthouserc.json index a2bf167..663283f 100644 --- a/lighthouserc.json +++ b/lighthouserc.json @@ -2,7 +2,10 @@ "ci": { "collect": { "numberOfRuns": 1, - "staticDistDir": "./dist/playground-frontend/browser" + "staticDistDir": "./dist/playground-frontend/browser", + "settings": { + "chromeFlags": "--no-sandbox --headless --disable-gpu" + } }, "upload": { "target": "temporary-public-storage"