11 lines
213 B
TypeScript
11 lines
213 B
TypeScript
export default {
|
|
puppeteerOptions: {
|
|
args: ["--no-sandbox", "--disable-setuid-sandbox"],
|
|
},
|
|
ci: {
|
|
budget: 90,
|
|
buildStatic: true
|
|
},
|
|
outputPath: "unlighthouse-reports",
|
|
}
|