refactor: saasMode 분기 제거 — 항상 SaaS(OAuth only)로 동작
Mac/Windows 환경 불일치 해소. BUILD_TIME 상수, CONFIGURE 채널, 개발자 모드 UI 전부 제거. Supabase 설정은 supabase-config.ts SSOT.
This commit is contained in:
parent
feb82abbf7
commit
541f04d02b
12 changed files with 566 additions and 9587 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue