Add just nix recipe
This commit is contained in:
parent
97f3783229
commit
7e7d2fc86b
4
justfile
4
justfile
@ -27,6 +27,10 @@ run-local-demo *args: frontend-build
|
||||
run-local-persistant-db *args: frontend-build
|
||||
cargo run -- --database data.sqlite
|
||||
|
||||
# Run the reader locally from the nix flake
|
||||
run-local-nix:
|
||||
nix run '.#default' -- --database data.sqlite
|
||||
|
||||
# Run the reader in development mode with frontend asset watching
|
||||
dev:
|
||||
#!/usr/bin/env sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user