fgo-ta-com-website/unlighthouse.config.ts

11 lines
213 B
TypeScript
Raw Permalink Normal View History

2024-01-03 00:27:49 +00:00
export default {
puppeteerOptions: {
args: ["--no-sandbox", "--disable-setuid-sandbox"],
},
ci: {
budget: 50,
buildStatic: true
},
outputPath: "unlighthouse-reports",
}