pub fn locate(explicit: Option<PathBuf>) -> Option<PathBuf>Expand description
Where the built web client lives.
Serving the UI from the same origin as the API is what makes the browser
case work with no configuration: CORS never enters the picture, and the
client defaults its API base to location.origin.