Add custom card handling probably

This commit is contained in:
Ethan O'Brien
2026-07-31 20:32:02 -05:00
parent d077210efe
commit 26926e1a28
23 changed files with 3746 additions and 67 deletions

View File

@@ -27,6 +27,8 @@ pub async fn run_server(in_thread: bool) -> std::io::Result<()> {
let args = get_args();
let port = args.port;
runtime::update_owners(&args.owner);
if args.purge {
println!("Purging accounts...");
let ct = crate::router::userdata::purge_accounts();