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.