export default { site: 'staging.firq.dev', puppeteerOptions: { args: ["--no-sandbox", "--disable-setuid-sandbox"], }, ci: { budget: 90, buildStatic: true }, auth: { username: "staging", password: "staging" }, outputPath: "unlighthouse-reports", }