firq-dev-website/unlighthouse.config.ts
Firq 39cfe4392c
Some checks failed
/ checking (push) Successful in 14s
/ unlighthouse (push) Has been cancelled
testing with http
2023-12-21 01:19:15 +01:00

11 lines
213 B
TypeScript

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