ReferenceSDKhostconfigureOn this pageconfigure Override the SDK's base URL for the Desktop Homunculus HTTP server. By default the SDK connects to http://localhost:3100. Parameters ParameterTypeDescriptionoptions{ baseUrl: string }Configuration options Returns void Example host.configure({ baseUrl: "http://localhost:4000" });