Add hot_reload module to config

This commit is contained in:
artemws 2026-02-20 14:19:04 +02:00 committed by GitHub
parent 26cf6ff4fa
commit 766806f5df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
pub(crate) mod defaults;
mod types;
mod load;
pub mod hot_reload;
pub use load::ProxyConfig;
pub use types::*;