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