Files
eene_dashboard/서버시작.bat
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

9 lines
157 B
Batchfile

@echo off
cd /d "%~dp0"
if not exist "%~dp0start-server.bat" (
echo [ERROR] start-server.bat not found.
pause
exit /b 1
)
call "%~dp0start-server.bat"