Added unlighthouse config
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

This commit is contained in:
Firq 2024-01-03 01:27:49 +01:00
parent baba467e94
commit 75478e8acb
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

10
unlighthouse.config.ts Normal file
View file

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