|
CHROMIUM_PATH="/opt/homebrew/bin/chromium" |
This line sets the chromium path to opt homebrew, but the code doesn't enforce that homebrew chromium exists.
Should either remove this line from .env if we want to let puppeteer download and manage the chromium install, or we should add a postinstall script that checks for homebrew chromium.