firq-dev-website/unlighthouse.config.ts
Firq 76e0674098
All checks were successful
/ checking (push) Successful in 18s
/ unlighthouse (push) Successful in 34s
/ deploy-unlighthouse-files (push) Successful in 9s
/ deploy-unlighthouse-site (push) Successful in 6s
Updated Unlighthouse capturing
2023-12-29 14:39:08 +01:00

11 lines
213 B
TypeScript

export default {
puppeteerOptions: {
args: ["--no-sandbox", "--disable-setuid-sandbox"],
},
ci: {
budget: 50,
buildStatic: true
},
outputPath: "unlighthouse-reports",
}