wip: wiring network client

This commit is contained in:
2026-05-29 00:33:12 +02:00
parent c68787cd01
commit 6b07424ebe
11 changed files with 78 additions and 40 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
uv run gunicorn app:app \
uv run gunicorn -b 0.0.0.0:5000 app:app \
--reload