pub fn set_api_base(base: impl Into<String>)
Publish the API base path. First call wins (mirrors the REST plugin’s own CONFIG OnceLock); subsequent calls are ignored. The REST plugin calls this in an early build phase.
CONFIG