justfile (view raw)
1 2 3 4 5
run *args: uv run uvicorn --port=5001 --reload mycal:app {{ args }} build: nix build