ci: add justfile
This commit is contained in:
parent
b7df4f9ae2
commit
bdd50303ba
1 changed files with 6 additions and 0 deletions
6
justfile
Normal file
6
justfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
export RUST_BACKTRACE := "1"
|
||||
export RUST_LOG := "trace"
|
||||
|
||||
watch-run:
|
||||
cargo-watch -x 'run -- --config config.yaml'
|
||||
|
Loading…
Reference in a new issue