mirror of https://github.com/telemt/telemt.git
Add hot_reload module to config
This commit is contained in:
parent
26cf6ff4fa
commit
766806f5df
|
|
@ -3,6 +3,7 @@
|
|||
pub(crate) mod defaults;
|
||||
mod types;
|
||||
mod load;
|
||||
pub mod hot_reload;
|
||||
|
||||
pub use load::ProxyConfig;
|
||||
pub use types::*;
|
||||
|
|
|
|||
Loading…
Reference in New Issue