mirror of
https://github.com/ValueCell-ai/ClawX.git
synced 2026-08-14 08:53:09 +00:00
3 lines
103 B
TypeScript
3 lines
103 B
TypeScript
export const DEFAULT_WORKSPACE_CWD = '~/.openclaw/workspace';
|
|
export const MAX_RECENT_WORKSPACES = 10;
|