Remove on-premise Supabase test code
Remove code related to on-premise Supabase testing.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user