An easy-to-host PDS on the ATProtocol, MacOS. Grandma-approved.

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

authored by malpercio.dev 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")]