feat: deploy infrastructure + disk/drive, calendar, presentation, workspaces, onboarding, demo user

This commit is contained in:
2026-05-19 16:26:26 +03:00
parent 688d043dad
commit 3529c39b22
304 changed files with 18826 additions and 1176 deletions
+1
View File
@@ -18,6 +18,7 @@ SCOPES = " ".join([
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/userinfo.profile",
"https://www.googleapis.com/auth/drive.file",
"https://www.googleapis.com/auth/calendar.events",
])
VOIDEA_DRIVE_FOLDER = "VoIdeaAI"
+1
View File
@@ -28,6 +28,7 @@ SCOPES = " ".join([
"cloud_api:disk.app_folder",
"cloud_api:disk.read",
"cloud_api:disk.info",
"calendar:event.write",
])
VOIDEA_DISK_FOLDER = "VoIdeaAI"