docs(ai-character): 리소스 관리 문서 정리

This commit is contained in:
Yu Sung
2026-08-01 01:30:10 +09:00
parent 00e3221035
commit 55ba0df77a
31 changed files with 10021 additions and 390 deletions

View File

@@ -1,7 +1,7 @@
# 환경 변수
- 개발 서버 API: `VITE_API_BASE_URL=https://test-character-admin.sodalive.net`
- 프로덕션 서버 API: `VITE_API_BASE_URL=https://character-admin.sodalive.net`
- 개발 서버 API: `VITE_API_BASE_URL=https://test-api.sodalive.net`
- 프로덕션 서버 API: `VITE_API_BASE_URL=https://api.sodalive.net`
- API mode: `VITE_API_MODE=server | mock`. 누락 시 `server`이며, `mock`은 개발 환경에서만 허용한다.
- Vite mode별 파일은 `.env.development`, `.env.production`을 사용한다.
- 기본 `npm run dev``server` mode로 실제 개발 API를 사용하고, `npm run dev:mock`만 browser MSW를 시작한다.