refactor: saasMode 분기 제거 — 항상 SaaS(OAuth only)로 동작

Mac/Windows 환경 불일치 해소. BUILD_TIME 상수, CONFIGURE 채널,
개발자 모드 UI 전부 제거. Supabase 설정은 supabase-config.ts SSOT.
This commit is contained in:
yunchan8804 2026-04-13 17:20:55 +09:00
parent feb82abbf7
commit 541f04d02b
12 changed files with 566 additions and 9587 deletions

View file

@ -388,7 +388,6 @@ export const IPC_CHANNELS = {
PUSH_ALL: 'cloudSync:pushAll',
PULL_ALL: 'cloudSync:pullAll',
HANDLE_CALLBACK: 'cloudSync:handleCallback',
CONFIGURE: 'cloudSync:configure',
// events
AUTH_CHANGED: 'cloudSync:authChanged',
SYNC_PROGRESS: 'cloudSync:syncProgress',