Files
notedeck/preview
T
2024-06-14 11:12:16 -07:00

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 -- "$@"