fgo-ta-com-website/unlighthouse.config.ts
Firq 75478e8acb
All checks were successful
/ checking (push) Successful in 22s
/ unlighthouse (push) Successful in 1m35s
/ deploy-unlighthouse-files (push) Successful in 55s
/ deploy-unlighthouse-site (push) Successful in 11s
Added unlighthouse config
2024-01-03 01:27:49 +01:00

11 lines
213 B
TypeScript

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