Fix some compose panel bugs and reload workers when changed

This commit is contained in:
2026-02-16 13:39:48 +00:00
parent 9ce50a3053
commit 8ca1695fab
7 changed files with 177 additions and 25 deletions

View File

@@ -23,5 +23,7 @@ log-level=debug
# Autoreload on code changes (graceful reload)
py-autoreload=1
py-autoreload-on-edit=/code/GIA/core
py-autoreload-on-edit=/code/GIA/app
# In the container the repository is mounted at /code, not /code/GIA
# point autoreload at the actual in-container paths
py-autoreload-on-edit=/code/core
py-autoreload-on-edit=/code/app