- capacitor.config + android/ 네이티브 프로젝트 - 앱 전용 빌드(.env.capacitor, build:app), 뒤로가기·safe-area - docs/ANDROID.md Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# 앱(Capacitor) 빌드 전용 환경변수 — `vite build --mode capacitor` 가 로드합니다.
|
||||
# 앱 안에서는 상대경로(/api)가 서버로 가지 않으므로 백엔드 절대 URL 로 지정해야 합니다.
|
||||
# 운영 백엔드 도메인으로 교체하세요. 예) https://api.yourdomain.com/api 또는 https://yourdomain.com/api
|
||||
VITE_API_BASE_URL=https://your-backend-domain/api
|
||||
Reference in New Issue
Block a user