Add puppeteer config to disable downloading headful chrome binary

This commit is contained in:
Adam Goldsmith 2024-11-14 12:12:43 -05:00
parent e55816f2ea
commit ecca7822ac

2
.puppeteerrc.yaml Normal file
View File

@ -0,0 +1,2 @@
chrome:
skipDownload: true