Firq
96a9c2593c
All checks were successful
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 12s
/ check-tag (push) Successful in 2s
/ checking (push) Successful in 11s
/ build-site (push) Successful in 1m11s
/ create-release (push) Successful in 5s
/ auto-deploy-dockge (push) Successful in 24s
/ unlighthouse (push) Successful in 37s
/ deploy-unlighthouse-files (push) Successful in 6s
/ deploy-unlighthouse-site (push) Successful in 5s
18 lines
340 B
TypeScript
18 lines
340 B
TypeScript
export default {
|
|
puppeteerOptions: {
|
|
args: [
|
|
"--no-sandbox",
|
|
"--disable-setuid-sandbox"
|
|
],
|
|
},
|
|
ci: {
|
|
budget: 50,
|
|
buildStatic: true
|
|
},
|
|
scanner: {
|
|
samples: 3,
|
|
device: 'desktop',
|
|
sitemap: true,
|
|
},
|
|
outputPath: "unlighthouse-reports",
|
|
}
|