- 5 pages: Landing, AnalysisStart (MVP 핵심 — 채널 핸들 직접 입력 폼), AnalysisLoading (상태 폴링), Report, MarketingPlan - useAnalysis (POST + 2초 폴링) + useReport (API-only, DEMO_REPORTS 제거) - 23 report components + types + transform utils (프로토타입에서 이식) - Tailwind 4 @theme: Pretendard + brand palette (primary-900, accent) - axios apiClient with X-API-Key interceptor - Vite proxy /api → localhost:8000 (백엔드 연동) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
499 B
Plaintext
13 lines
499 B
Plaintext
# ========================================================
|
|
# infinith-web — 프런트엔드 환경변수
|
|
# Copy to .env.development (local) / .env.production (빌드)
|
|
# ========================================================
|
|
|
|
# 백엔드 API base URL
|
|
# - dev: 공백 (Vite proxy가 /api → localhost:8000 포워딩)
|
|
# - prod: https://infinith-api.up.railway.app 등 배포 URL
|
|
VITE_API_BASE_URL=
|
|
|
|
# MVP 인증 — infinith-api .env 의 API_KEY 와 동일값
|
|
VITE_API_KEY=change-me-dev-only
|