firq-dev-website/unlighthouse.config.ts

11 lines
213 B
TypeScript
Raw Normal View History

2023-07-08 21:44:31 +00:00
export default {
puppeteerOptions: {
args: ["--no-sandbox", "--disable-setuid-sandbox"],
},
2023-07-08 21:52:47 +00:00
ci: {
2023-12-29 13:39:08 +00:00
budget: 50,
2023-07-08 21:52:47 +00:00
buildStatic: true
},
outputPath: "unlighthouse-reports",
}