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:
EENE Dashboard
2026-06-06 01:41:00 +09:00
parent d14ff1997c
commit fb2956b0ac
45 changed files with 4104 additions and 376 deletions

View 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