mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-18 17:14:21 +01:00
This allows ./preview to be a notedeck app runner. I am currently using it for the ProfilePic app (which will because notedeck_viz) Signed-off-by: William Casarin <jb55@jb55.com>
6 lines
183 B
Bash
Executable File
6 lines
183 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# pass --mobile for mobile previews
|
|
#RUST_LOG=info cargo run --bin ui_preview --features profiling --release -- "$@"
|
|
cargo run --bin ui_preview --release -- "$@"
|