This commit is contained in:
Nuckyz 2025-01-20 20:52:05 -03:00
parent 67264cc73f
commit 7e30481969
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -37,7 +37,8 @@ const CANARY = process.env.USE_CANARY === "true";
const browser = await pup.launch({
headless: true,
executablePath: process.env.CHROMIUM_BIN
executablePath: process.env.CHROMIUM_BIN,
args: ["--no-sandbox"]
});
const page = await browser.newPage();