Remove on-premise Supabase test code

Remove code related to on-premise Supabase testing.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-15 22:35:44 +00:00
parent af52ec897f
commit 439653fa2f
25 changed files with 8 additions and 1080 deletions

View File

@@ -2,7 +2,7 @@
// 동기화 관련 모든 기능을 한 곳에서 내보내는 인덱스 파일
import { isSyncEnabled, setSyncEnabled, initSyncSettings } from './config';
import { getLastSyncTime, setLastSyncTime } from './time';
import { syncAllData as syncData } from './data'; // 이름 충돌 방지를 위해 이름 변경
import { syncAllData as syncData } from './data';
// 단일 진입점에서 모든 기능 내보내기
export {