blob: 2876e2fa4c6b7b52ed969b727e86686a58b4e48c [file] [log] [blame]
/**
* @type {import("puppeteer").Configuration}
*/
module.exports = {
// Skip downloading and instead use a toolchain supplied browser.
skipDownload: true,
executablePath: "{BROWSER_EXE}",
};