full sync

This commit is contained in:
larssand
2026-03-14 09:51:35 +01:00
commit 3b0af41466
41 changed files with 102303 additions and 0 deletions

10
windows/start_all.bat Normal file
View File

@@ -0,0 +1,10 @@
@echo off
setlocal
call "%~dp0start_ammc.bat"
call "%~dp0start_backend.bat"
start "" "http://localhost:8081"
echo [OK] AMMC + backend started
endlocal