"npm run slicemachine" command won't display browser to login as it's using headless chromium

When trying to run npm run slicemachine command line opens Headless chromium (no UI) so I can sign in.

Why is it using chromium browser instead of Chrome or Safari?

OS: Mac OS Ventura 13.4
Nodejs: v18.16.1
@slicemachine/adapter-next -> ^0.3.5

I think the reason the command line opens Chromium is because Slice Machine, by default, uses Puppeteer to run. This might change in the future. For the moment it's supposed to provide a more lightweight and efficient way to perform automated tasks