fix: Clerk 패키지 설치 및 Vite 빌드 설정 수정

- @clerk/clerk-react 패키지 설치 추가
- Vite external 설정에서 Clerk 번들링 허용으로 변경
- ChunkLoadError 복구 시스템 Playwright 테스트 추가
- Clerk CDN 실패 시나리오 검증 및 Mock 인증 폴백 시스템 확인

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
hansoo
2025-07-14 14:12:40 +09:00
parent 483e458465
commit 3934ab933f
9 changed files with 209 additions and 104 deletions

View File

@@ -16,11 +16,11 @@ Zellyy Finance 프로젝트 개발에 사용된 전체 기술 스택을 정리
## Backend
- Backend-as-a-Service: Appwrite 17.x
- 인증/인가: Appwrite Auth
- 데이터베이스: Appwrite Databases (컬렉션)
- 스토리지: Appwrite Storage
- API: Appwrite SDK (RESTful)
- Backend-as-a-Service: Supabase (Cloud)
- 인증/인가: Supabase Auth
- 데이터베이스: Supabase Database (PostgreSQL)
- 스토리지: Supabase Storage
- API: Supabase Client Library (PostgREST, Realtime)
## Mobile (Cross-platform)
@@ -31,7 +31,7 @@ Zellyy Finance 프로젝트 개발에 사용된 전체 기술 스택을 정리
## Utilities & Tools
- 코드 스타일 및 검사: ESLint
- HTTP 클라이언트: Appwrite SDK, fetch
- HTTP 클라이언트: @supabase/supabase-js, fetch
- 데이터 페칭: @tanstack/react-query
- UUID 생성: uuid (@types/uuid)