mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 17:54:32 +00:00
refactor(gateway): share Control UI bootstrap contract and CSP
This commit is contained in:
8
src/gateway/control-ui-contract.ts
Normal file
8
src/gateway/control-ui-contract.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export const CONTROL_UI_BOOTSTRAP_CONFIG_PATH = "/__openclaw/control-ui-config.json";
|
||||
|
||||
export type ControlUiBootstrapConfig = {
|
||||
basePath: string;
|
||||
assistantName: string;
|
||||
assistantAvatar: string;
|
||||
assistantAgentId: string;
|
||||
};
|
||||
Reference in New Issue
Block a user