export default { puppeteerOptions: { args: [ "--no-sandbox", "--disable-setuid-sandbox" ], }, ci: { budget: 50, buildStatic: true }, scanner: { samples: 3, device: 'desktop', sitemap: true, }, outputPath: "unlighthouse-reports", }