Refactor networkUtils.ts

The file src/utils/auth/networkUtils.ts was too long, so it has been refactored into smaller files.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-16 10:06:21 +00:00
parent 74e7ea19fd
commit 776d0442aa
6 changed files with 278 additions and 246 deletions

View File

@@ -0,0 +1,5 @@
// 네트워크 유틸리티 모듈
export { hasCorsIssue, handleHttpUrlWithoutProxy, logProxyInfo } from './corsUtils';
export { verifyServerConnection } from './basicConnectionCheck';
export { verifySupabaseConnection } from './enhancedConnectionCheck';