feat: complete dashboard redesign, proxy unification, and Windows compatibility fixes

This commit is contained in:
2026-04-02 12:13:37 +02:00
parent 8192388c5d
commit fec4e4635c
33 changed files with 3002 additions and 135 deletions

5
dev.bat Normal file
View File

@@ -0,0 +1,5 @@
@echo off
echo Starting boWave Development Environment...
docker compose -f docker-compose.yml -f docker-compose.dev.yml up -d --build
echo Dashboard will be available at http://localhost:8090
pause