Refactor: Improve code organization
Refactor signInUtils.ts and networkUtils.ts into smaller, more manageable files.
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
|
||||
// 네트워크 유틸리티 모듈
|
||||
// 모든 네트워크 유틸리티 모듈 내보내기
|
||||
export {
|
||||
verifyServerConnection,
|
||||
verifySupabaseConnection,
|
||||
hasCorsIssue,
|
||||
handleHttpUrlWithoutProxy,
|
||||
logProxyInfo,
|
||||
verifyServerConnection,
|
||||
verifySupabaseConnection
|
||||
logProxyInfo
|
||||
} from './networkUtils';
|
||||
|
||||
// 직접 접근을 위한 개별 모듈도 내보내기
|
||||
export * from './connectionVerifier';
|
||||
export * from './enhancedVerifier';
|
||||
export * from './compatUtils';
|
||||
|
||||
Reference in New Issue
Block a user