Support supabase function deployment

This commit is contained in:
Will Chen
2025-04-23 10:23:26 -07:00
parent 922ee7d90a
commit 6e1935bbba
8 changed files with 109 additions and 20 deletions

View File

@@ -129,6 +129,7 @@ export interface FileChange {
path: string;
summary: string;
type: "write" | "rename" | "delete";
isServerFunction: boolean;
}
export interface CodeProposal {