From f6c877b69fd6ab491b27a8f803784270b1999b85 Mon Sep 17 00:00:00 2001 From: nkzarrabi <48893251+nkzarrabi@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:36:57 -0400 Subject: [PATCH] chore: Add Lighthouse configuration for CI integration --- .lighthouserc.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .lighthouserc.json diff --git a/.lighthouserc.json b/.lighthouserc.json new file mode 100644 index 0000000..35e4d02 --- /dev/null +++ b/.lighthouserc.json @@ -0,0 +1,7 @@ +{ + "ci": { + "collect": { + "staticDistDir": "./dist" + } + } +} \ No newline at end of file