Switch to alpine chromium image
All checks were successful
CI / release (push) Successful in 2m17s

This commit is contained in:
estebanthi
2026-01-18 15:07:34 +01:00
parent c14052556a
commit 44660055af
3 changed files with 48 additions and 80 deletions

View File

@@ -59,10 +59,10 @@ if (process.env.NODE_ENV !== 'development') {
async function createBrowser(proxyServer = null) {
const connectOptions = {
headless: false,
headless: "new",
turnstile: true,
connectOption: { defaultViewport: null },
disableXvfb: false,
disableXvfb: true,
}
if (proxyServer) {