Rebuild deps and server, kill stale process, open browser after delay, keep terminal open with pause on exit or failure. Add start.bat alias.
5 lines
113 B
Batchfile
5 lines
113 B
Batchfile
@echo off
|
|
:: Double-click launcher — delegates to full build + run pipeline.
|
|
cd /d "%~dp0"
|
|
call "%~dp0run.bat"
|