firefish/packages/backend-rs/src/config/mod.rs

5 lines
62 B
Rust

pub use server::CONFIG;
pub mod environment;
pub mod server;