c72c624daaa7030bb35001f4667bdf08a83e2ce0
Astro/Vite's default localhost bind resolves to IPv6 ::1 on this host, which silently breaks `ssh -L 4321:127.0.0.1:4321` tunnels (they target IPv4). Pin server.host to 127.0.0.1 so dev/preview is reachable over an IPv4 loopback forward. Loopback-only — no network exposure.
Description
No description provided