Files
sb-front/.env.production
ByungCheol 3cc3328b23
CI / build (push) Failing after 10m31s
fix: 운영 웹 API를 상대경로(/api)로 교정 (localhost 박힘 문제)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-31 20:25:57 +09:00

3 lines
161 B
Bash

# 운영 웹 빌드(`npm run build`) — Nginx 가 같은 도메인의 /api 를 백엔드(8080)로 프록시하므로 상대경로 사용
VITE_API_BASE_URL=/api