learn and share notes on atproto (wip) 馃 malfestio.stormlightlabs.org/
readability solid axum atproto srs
5
fork

Configure Feed

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

at main 9 lines 229 B view raw
1#[tokio::main] 2async fn main() -> malfestio_core::Result<()> { 3 dotenvy::dotenv().ok(); 4 if let Ok(file) = std::env::var("ENV_FILE") { 5 dotenvy::from_filename(file).ok(); 6 } 7 8 malfestio_server::start().await 9}