add justfile
1 file changed, 5 insertions(+), 0 deletions(-)
changed files
A justfile
@@ -0,0 +1,5 @@ +run: + uv run flask --app mycal run --port=5001 --debug + +build: + nix build