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", +}