mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-24 03:24:21 +01:00
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.
5 lines
102 B
Bash
Executable File
5 lines
102 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# pass --mobile for mobile previews
|
|
cargo run --bin ui_preview --release -- "$@"
|