From 75478e8acb584d5bbb44bbb74bb456cf613041a8 Mon Sep 17 00:00:00 2001 From: Firq Date: Wed, 3 Jan 2024 01:27:49 +0100 Subject: [PATCH] Added unlighthouse config --- unlighthouse.config.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 unlighthouse.config.ts diff --git a/unlighthouse.config.ts b/unlighthouse.config.ts new file mode 100644 index 0000000..4d2881a --- /dev/null +++ b/unlighthouse.config.ts @@ -0,0 +1,10 @@ +export default { + puppeteerOptions: { + args: ["--no-sandbox", "--disable-setuid-sandbox"], + }, + ci: { + budget: 50, + buildStatic: true + }, + outputPath: "unlighthouse-reports", +}