don't
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

ops: add recipe for jetstream

Signed-off-by: tjh <x@tjh.dev>

tjh 5579e966 33ab194c

+3
+3
justfile
··· 23 23 24 24 resolve *ident: 25 25 cargo run --package gordian-identity --bin resolve --features tracing-subscriber,tokio/rt -- {{ident}} 26 + 27 + jetstream *args: 28 + cargo run --package gordian-jetstream --features clap -- {{args}}