wip: wiring network client

This commit is contained in:
2026-05-29 00:33:12 +02:00
parent c68787cd01
commit 89b3e1242e
10 changed files with 78 additions and 26 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