feat: add database init command, uvloop import, and snode sync service to snek app

This commit is contained in:
2025-05-13 16:32:59 +00:00
parent 1a1f3d5fac
commit 2c9efc3626
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