This commit is contained in:
crunk 2021-05-23 22:46:51 +02:00
commit 70ef6f8651

View File

@ -8,4 +8,7 @@ setup:
run: run:
@.venv/bin/python library/page.py @.venv/bin/python library/page.py
serve:
@cd library && ../.venv/bin/uwsgi --http 127.0.0.1:6666 --module page:APP
.PHONY: setup run .PHONY: setup run