mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-15 12:30:32 -07:00
feat(workspaces): fix sync path bug and implement dynamic project_id handling
This commit is contained in:
@@ -13,6 +13,7 @@ export interface WorkspaceData {
|
||||
status: string;
|
||||
machine_type: string;
|
||||
zone: string;
|
||||
project_id: string;
|
||||
created_at: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user