Copied this approach from create-react-app, where setting BROWSER='none' as an environment variable disables the opening of the browser. In my case, I use multiple browsers for different purposes, so this stops safari getting opened every time when I already have the telemetry open...
Copied this approach from create-react-app, where setting
BROWSER='none'
as an environment variable disables the opening of the browser. In my case, I use multiple browsers for different purposes, so this stops safari getting opened every time when I already have the telemetry open...