autotasker/justfile

7 lines
118 B
Makefile
Raw Normal View History

2024-07-26 16:23:39 +00:00
export RUST_BACKTRACE := "1"
export RUST_LOG := "trace"
watch-run:
cargo-watch -x 'run -- --config config.yaml'