feat: add multi-file preview

This commit is contained in:
Jonatan Pettersson 2025-12-21 19:53:09 +01:00 committed by Jacob Kauffmann
parent 456d4b003e
commit 361465e337
4 changed files with 197 additions and 35 deletions

View file

@ -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: