add debugging

This commit is contained in:
Kyle McNally 2023-12-18 14:18:06 -05:00
parent f52f2c825c
commit 2b5ff55015
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ exports.handler = async (event, context) => {
browser = await puppeteer.launch({
args: chromium.args,
defaultViewport: chromium.defaultViewport,
dumpio: true,
executablePath: await chromium.executablePath(),
headless: chromium.headless,
ignoreHTTPSErrors: true,