Windows friendly solution.

This commit is contained in:
2025-05-13 18:32:59 +02:00
parent ac2f68f93f
commit a4bea94495
9 changed files with 66 additions and 43 deletions
-1
View File
@@ -20,7 +20,6 @@ serve: run
run:
.venv/bin/snek serve
#$(GUNICORN) -w $(GUNICORN_WORKERS) -k aiohttp.worker.GunicornWebWorker snek.gunicorn:app --bind 0.0.0.0:$(PORT) --reload
install: ubuntu
python3.12 -m venv .venv