Revert "added theming" (moved to branch)

This reverts commit dc3722c803.
This commit is contained in:
Hirnwunde
2026-05-19 10:59:06 +02:00
parent dc3722c803
commit e29400d1cb
10 changed files with 2040 additions and 4781 deletions

View File

@@ -6,7 +6,6 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY kobrax_moonraker_bridge.py .
COPY web ./web
COPY config_loader.py .
COPY env_loader.py .
COPY kobrax_client.py .