1
Files
e11sync/Makefile
2024-01-13 18:58:43 +02:00

15 lines
274 B
Makefile

# unit tests independent of your environment. Aspires to be the default CI job.
.PHONY: check
test:
nix flake check
# Dev.
.PHONY: run
run:
app/manage.py runserver
# "Like production". Run with "run-caddy".
.PHONY: run-gunicorn
run-gunicorn:
nix run .#e11sync-gunicorn