Vite network URL opens Vite development server in Laravel application
When I run vite run dev --host in my Laravel project, I get below screen on my external network URL: My external URL is: http://192.168.1.6:5173 ➜ Local: http://localhost:5173/ ➜ Network: http://192.168.1.6:5173/ Project runs fine on my app URL defined in…