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>
4 lines
55 B
Batchfile
4 lines
55 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
call "%~dp0stop-server.bat" %*
|