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>
This commit is contained in:
7
frontend/.env.local.example
Normal file
7
frontend/.env.local.example
Normal file
@@ -0,0 +1,7 @@
|
||||
# 로컬 백엔드 강제 지정 (선택 — 미설정 시 자동 감지)
|
||||
# 개발(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
|
||||
Reference in New Issue
Block a user