feat(workspaces): fix sync path bug and implement dynamic project_id handling

This commit is contained in:
mkorwel
2026-03-19 09:25:38 -07:00
parent a0db453abe
commit 26ce07d89b
8 changed files with 15 additions and 9 deletions
@@ -13,6 +13,7 @@ export interface WorkspaceData {
status: string;
machine_type: string;
zone: string;
project_id: string;
created_at: string;
}