firq-dev-website/unlighthouse.config.ts

14 lines
267 B
TypeScript
Raw Permalink 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: {
budget: 90,
buildStatic: true
},
2023-12-20 23:55:41 +00:00
server: {
hostname: 'website:8081'
},
2023-07-08 21:52:47 +00:00
outputPath: "unlighthouse-reports",
}