Files
AetherForge/start.bat
drjones 3316a75f7a Harden run.bat: full pipeline, foreground logs, reliable launch.
Rebuild deps and server, kill stale process, open browser after delay, keep terminal open with pause on exit or failure. Add start.bat alias.
2026-05-28 18:44:18 -07:00

5 lines
113 B
Batchfile

@echo off
:: Double-click launcher — delegates to full build + run pipeline.
cd /d "%~dp0"
call "%~dp0run.bat"