firq-dev-website/unlighthouse.config.ts
2023-07-09 00:06:17 +02:00

13 lines
299 B
TypeScript

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