Skip to content

Commit

Permalink
Update justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rxqd committed Mar 30, 2024
1 parent aef91ba commit f0f1811
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/rust/sandbox/justfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
run_api:
run_watch_api:
cargo watch -x "run --bin api"

run_api:
cargo run --bin api

run_cli:
cargo run --bin cli

test:
cargo test

0 comments on commit f0f1811

Please sign in to comment.