mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Vite's built-in server.open fired before portless was reachable and used the wrong hardcoded URL, so yarn start opened a 404. Disable vite's open when PORTLESS_URL is set and explicitly open the branch-scoped URL from start-dev.js after HTTP 2xx/3xx readiness.