An easy-to-host PDS on the ATProtocol, iPhone and MacOS. Maintain control of your keys and data, always.
1
fork

Configure Feed

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

feat(relay): declare db module in main.rs

authored by

Malpercio and committed by
Tangled
36ca3005 032781fe

+2
+2
crates/relay/src/main.rs
··· 3 3 use std::{path::PathBuf, sync::Arc}; 4 4 5 5 mod app; 6 + #[allow(dead_code)] 7 + mod db; 6 8 7 9 #[derive(Parser)] 8 10 #[command(name = "relay", about = "ezpds relay server")]