Files
AetherForge/start.bat
AetherForge feba06e008 Improve portable launch, forge persistence, and operator auth UX.
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.
2026-05-31 18:56:43 -07:00

5 lines
116 B
Batchfile

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