Basic Supabase OAuth integration & project-app binding

This commit is contained in:
Will Chen
2025-04-22 15:22:47 -07:00
parent 3cf93e10a0
commit ec43482d6c
22 changed files with 1469 additions and 9 deletions

View File

@@ -14,6 +14,7 @@ export const apps = sqliteTable("apps", {
.default(sql`(unixepoch())`),
githubOrg: text("github_org"),
githubRepo: text("github_repo"),
supabaseProjectId: text("supabase_project_id"),
});
export const chats = sqliteTable("chats", {