From 536a0e5255b92cca2a58f6d74fc4e86994757082 Mon Sep 17 00:00:00 2001 From: nahbee10 Date: Mon, 21 Oct 2024 16:46:06 -0400 Subject: [PATCH] add lighthouse config --- .github/lighthouse/lighthouse-config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/lighthouse/lighthouse-config.json diff --git a/.github/lighthouse/lighthouse-config.json b/.github/lighthouse/lighthouse-config.json new file mode 100644 index 000000000..fc47cda37 --- /dev/null +++ b/.github/lighthouse/lighthouse-config.json @@ -0,0 +1,9 @@ +{ + "ci": { + "collect": { + "settings": { + "preset": "desktop" + } + } + } +}