Support rename/delete edge function & standardize output

This commit is contained in:
Will Chen
2025-04-23 11:15:52 -07:00
parent 6e1935bbba
commit 55c0190f26
7 changed files with 295 additions and 67 deletions

View File

@@ -1,6 +1,4 @@
import { ipcMain } from "electron";
import { SupabaseManagementAPI } from "supabase-management-js";
import { readSettings, writeSettings } from "../../main/settings";
import log from "electron-log";
import { db } from "../../db";
import { eq } from "drizzle-orm";