generated from Patagia/template-nix
Compare commits
1 commit
07b6abf48c
...
9b29a7fe9e
Author | SHA1 | Date | |
---|---|---|---|
9b29a7fe9e |
1 changed files with 0 additions and 8 deletions
8
justfile
8
justfile
|
@ -12,14 +12,6 @@ run-controller $RUST_LOG="debug,h2=info,hyper_util=info,tower=info":
|
|||
dev-controller:
|
||||
watchexec --clear --restart --stop-signal INT --debounce 300ms -- just run-controller
|
||||
|
||||
# Run agent
|
||||
run-agent $RUST_LOG="debug,h2=info,hyper_util=info,tower=info":
|
||||
cargo run --package patagia-agent
|
||||
|
||||
# Run agent local development
|
||||
dev-agent:
|
||||
watchexec --clear --restart --stop-signal INT --debounce 300ms -- just run-agent
|
||||
|
||||
# Lint all source code
|
||||
lint:
|
||||
cargo clippy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue