14 lines
267 B
TypeScript
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",
|
|
}
|