feat: add local doctor checks

This commit is contained in:
Eric Wendland 2026-07-05 22:39:15 +02:00
commit 12e6815f8d
7 changed files with 409 additions and 7 deletions

View file

@ -1,5 +1,6 @@
pub mod backup;
mod daemon;
pub mod doctor;
mod peer_client;
mod runtime;
pub mod service;