firq-dev-website/unlighthouse.config.ts
Firq 8835d0047e
Some checks are pending
/ checking (push) Successful in 14s
/ unlighthouse (push) Blocked by required conditions
added seperate unlighthouse option
2023-12-21 00:55:41 +01:00

14 lines
267 B
TypeScript

export default {
puppeteerOptions: {
args: ["--no-sandbox", "--disable-setuid-sandbox"],
},
ci: {
budget: 90,
buildStatic: true
},
server: {
hostname: 'website:8081'
},
outputPath: "unlighthouse-reports",
}