Progress.

This commit is contained in:
2025-01-24 03:29:54 +01:00
parent 2e3b85d7f7
commit ba83922660
42 changed files with 1050 additions and 210 deletions
+2
View File
@@ -10,6 +10,8 @@ install:
python3 -m venv .venv
$(PIP) install -e .
run:
$(GUNICORN) -w $(GUNICORN_WORKERS) -k aiohttp.worker.GunicornWebWorker snek.gunicorn:app --bind 0.0.0.0:$(PORT) --reload