pub(crate) fn resolve_frontend_base_url(ipc_port: u16) -> String
Resolve the base URL for the frontend. Production: IPC server serves static files from frontend/ next to the exe. Dev: Vite dev server at http://localhost:5173.
frontend/
http://localhost:5173