what can I do if my laravel project is in virtual box and my browser can't connect to vite network? the url generated by vite is <link rel="stylesheet" href="http://[::]:5173/resources/css/app.css" /> and it doesn't work
the video shows how the css is loaded after I change the hot file to 127.0.0.1.
If I use --host to set 127.0.0.1, vite changes the path generated but it doesn't work is very weird