Files
notedeck/preview
William Casarin fcac49a0a5 previews: run previews as notedeck apps
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>
2024-12-20 15:39:26 -08:00

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