firq-dev-website/unlighthouse.config.ts
2023-07-08 23:52:47 +02:00

13 lines
310 B
TypeScript

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