firq-dev-website/unlighthouse.config.ts

13 lines
299 B
TypeScript
Raw Normal View History

2023-07-08 21:44:31 +00:00
export default {
2023-07-08 22:06:17 +00:00
site: 'staging.firq.dev',
2023-07-08 21:44:31 +00:00
puppeteerOptions: {
args: ["--no-sandbox", "--disable-setuid-sandbox"],
},
2023-07-08 21:52:47 +00:00
ci: {
budget: 90,
buildStatic: true
},
auth: { username: "staging", password: "staging" },
outputPath: "unlighthouse-reports",
}