mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-19 09:34:19 +01:00
5 lines
116 B
Bash
Executable File
5 lines
116 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# pass --mobile for mobile previews
|
|
RUST_LOG=info cargo run --bin ui_preview --release -- "$@"
|