feat: add multi-file preview
This commit is contained in:
parent
456d4b003e
commit
361465e337
4 changed files with 197 additions and 35 deletions
2
justfile
2
justfile
|
|
@ -67,7 +67,7 @@ dev *args:
|
|||
# Run with debug logs
|
||||
run *args:
|
||||
cargo build --release
|
||||
env RUST_LOG=cosmic_files=info RUST_BACKTRACE=full {{bin-src}} {{args}}
|
||||
env RUST_LOG=cosmic_files=debug RUST_BACKTRACE=full {{bin-src}} {{args}}
|
||||
|
||||
# Run tests
|
||||
test *args:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue