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>
8 lines
315 B
Plaintext
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
|