Clean release: drop local startup scripts and agent stub #1

Merged
Nirodan merged 4 commits from release into main 2026-04-24 17:42:01 +02:00
2 changed files with 0 additions and 15 deletions
Showing only changes of commit 8e2c2d740e - Show all commits
View File
-15
View File
@@ -1,15 +0,0 @@
@echo off
setlocal
cd /d %~dp0
echo === Fresh rebuild + start ===
Docker compose -f docker-compose.dev.yml down --rmi local --remove-orphans
Docker compose -f docker-compose.dev.yml up --build --force-recreate -d || goto :err
Docker compose -f docker-compose.dev.yml ps
echo Open http://localhost:5050/
goto :eof
:err
echo Startup failed. See errors above.
exit /b 1