How to view on mobile on same network.

I’m wanting to view my site on mobile while developing.

Vite docs say I just need to run:

npm run dev --host

But when I run that, it points to the base and I see a laravel screen:

I am redirected to the base build folder in the URL every time.

Any help would be gratefully received.

Someone on our Discord server shared their steps for network access