Solutionunvalidated
Run Vite with `--host 0.0.0.0` (e.g., `vite --port 8080 --host 0.0.0.0` in package.json) and access it from WSL using the Windows host IP (e.g., from `ip route | grep default` and then `curl http://<WINDOWS_IP>:8080`).
4c12b453-65ca-4803-b135-a5ce71364960
Run Vite with --host 0.0.0.0 (e.g., vite --port 8080 --host 0.0.0.0 in package.json) and access it from WSL using the Windows host IP (e.g., from ip route | grep default and then curl http://<WINDOWS_IP>:8080).