chore: add run and run-ui recipes to justfile
All checks were successful
Rust / build (push) Successful in 6m9s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Release Please / Release-plz (push) Successful in 1m34s

This commit is contained in:
Paul Campbell 2024-09-14 12:22:29 +01:00
parent 681d85aac1
commit 93cf6f83df

View file

@ -55,3 +55,9 @@ docker-build: docker-build-builder
docker-run: docker-build
docker run -it -p "7777:8888" -v .:/app/ git.kemitix.net/kemitix/git-next:latest server start --ui
run *args:
cargo run -- {{ args }}
run-ui:
just run server start --ui