EENE Dashboard upload to Gitea

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
EENE Dashboard
2026-06-17 16:59:34 +09:00
parent cf72281c6d
commit b3f2da203b
138 changed files with 13013 additions and 1929 deletions

View File

@@ -1,8 +1,5 @@
@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"
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0scripts\start-server.ps1"
echo.
pause