13 lines
299 B
TypeScript
13 lines
299 B
TypeScript
export default {
|
|
site: 'staging.firq.dev',
|
|
puppeteerOptions: {
|
|
args: ["--no-sandbox", "--disable-setuid-sandbox"],
|
|
},
|
|
ci: {
|
|
budget: 90,
|
|
buildStatic: true
|
|
},
|
|
auth: { username: "staging", password: "staging" },
|
|
outputPath: "unlighthouse-reports",
|
|
}
|