firq-dev-website/unlighthouse.config.ts
Firq 500080be9f
All checks were successful
/ astro-check (push) Successful in 13s
/ get-version (push) Successful in 2s
/ check-tag (push) Successful in 3s
/ checking (push) Successful in 11s
/ build-site (push) Successful in 1m10s
/ run-unlighthouse (push) Successful in 0s
/ create-release (push) Successful in 7s
/ auto-deploy-dockge (push) Successful in 24s
sed and desktop
2024-10-22 22:12:02 +02:00

23 lines
442 B
TypeScript

export default {
puppeteerOptions: {
args: [
"--no-sandbox",
"--disable-setuid-sandbox"
],
},
puppeteerClusterOptions: {
maxConcurrency: 1
},
ci: {
budget: 50,
buildStatic: true,
},
scanner: {
device: 'desktop',
sitemap: true,
throttle: false,
dynamicSampling: false,
},
outputPath: "unlighthouse-reports",
}