This commit is contained in:
2025-03-18 00:13:25 +00:00
parent 3c6a0944d6
commit 70db15bf27
3 changed files with 27 additions and 11 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ python:
$(PYTHON)
dump:
$(PYTHON) -m snek.dump
@$(PYTHON) -m snek.dump
run:
$(GUNICORN) -w $(GUNICORN_WORKERS) -k aiohttp.worker.GunicornWebWorker snek.gunicorn:app --bind 0.0.0.0:$(PORT) --reload