メインコンテンツまでスキップ

configure

Desktop Homunculus HTTP サーバーの SDK ベース URL を上書きします。デフォルトでは SDK は http://localhost:3100 に接続します。

パラメータ

パラメータ説明
options{ baseUrl: string }設定オプション

戻り値

void

使用例

host.configure({ baseUrl: "http://localhost:4000" });