Persist build extra_files for Build Manager history, print dashboard login on every start, add libp2p for Mesh P2P forge, defer WebSocket until login, and split devrun.bat from LAUNCH.bat with USB deck auto-detection.
5 lines
116 B
Batchfile
5 lines
116 B
Batchfile
@echo off
|
|
:: Double-click launcher — delegates to full build + run pipeline.
|
|
cd /d "%~dp0"
|
|
call "%~dp0devrun.bat"
|