notedeck/preview
William Casarin 2305f1e50a mobile: make mobile flag runtime-configurable
we need to pass a few more things around but it's not that bad. This
will allow you to launch damus with --mobile for mobile testing without
recompilation.
2024-05-31 01:05:53 -05:00

5 lines
102 B
Bash
Executable File

#!/usr/bin/env bash
# pass --mobile for mobile previews
cargo run --bin ui_preview --release -- "$@"