Files
eene_dashboard/frontend/.env.local.example
EENE Dashboard fb2956b0ac feat: team org panel, admin CRUD, local deploy tools, bidirectional data sync
Add TeamMember model and APIs, team status UI, /admin page, local server bats,
and scripts to sync data between local PostgreSQL and Render.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 01:41:00 +09:00

8 lines
315 B
Plaintext

# 로컬 백엔드 강제 지정 (선택 — 미설정 시 자동 감지)
# 개발(npm run dev): Vite 프록시 /api → localhost:4000
# 사설망 IP 접속: 자동으로 http://<이PC IP>:4000 연결
# Vercel 배포: Render API 사용
# VITE_API_URL=http://localhost:4000
# VITE_SOCKET_URL=http://localhost:4000