Supabase support: client, auth & SQL

This commit is contained in:
Will Chen
2025-04-22 16:45:47 -07:00
parent ec43482d6c
commit 4294ce5767
15 changed files with 694 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ import started from "electron-squirrel-startup";
import { updateElectronApp } from "update-electron-app";
import log from "electron-log";
import { readSettings, writeSettings } from "./main/settings";
import { handleSupabaseOAuthReturn } from "./main/supabase_return_handler";
import { handleSupabaseOAuthReturn } from "./supabase_admin/supabase_return_handler";
log.errorHandler.startCatching();
log.eventLogger.startLogging();