resolve_frontend_base_url

Function resolve_frontend_base_url 

Source
pub(crate) fn resolve_frontend_base_url(ipc_port: u16) -> String
Expand description

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.