mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-10 08:41:13 +00:00
8 lines
203 B
TypeScript
8 lines
203 B
TypeScript
export const CONTROL_UI_BOOTSTRAP_CONFIG_PATH = "/__openclaw/control-ui-config.json";
|
|
|
|
export type ControlUiBootstrapConfig = {
|
|
basePath: string;
|
|
assistantName: string;
|
|
assistantAvatar: string;
|
|
};
|