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.
This commit is contained in:
drjones
2026-05-28 18:44:18 -07:00
parent fabc632384
commit 3316a75f7a
2 changed files with 105 additions and 115 deletions

4
start.bat Normal file
View File

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