all repos — mycal @ 218bbc45df8ebec80d62c0fc40559cb457a87acd

private calendar anonymiser

reformat justfile

Alan Pearce
commit

218bbc45df8ebec80d62c0fc40559cb457a87acd

parent

eacbbc2d022f8b992d7e9f9440ec532eb033b921

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M justfilejustfile
@@ -1,5 +1,5 @@
run *args: - uv run uvicorn --port=5001 --reload mycal:app {{ args }} + uv run uvicorn --port=5001 --reload mycal:app {{ args }} build: nix build