### Proposal summary Allow adding an arbitrary prefix to the frontend URL during local deployment. - Users can configure any prefix, e.g., `/opik`, `/myapp`, etc. - The frontend will then be accessible at `localhost:5173/<prefix>` instead of just `localhost:5173`. - This is intended for local setups to avoid conflicts with other services and does not affect production deployments. ### Motivation _No response_