export default { puppeteerOptions: { args: ["--no-sandbox", "--disable-setuid-sandbox"], }, ci: { budget: 90, buildStatic: true }, server: { hostname: 'website:8081' }, outputPath: "unlighthouse-reports", }