only compile outbound for server
This commit is contained in:
parent
71388da342
commit
d63b566873
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ use dioxus_logger::tracing::Level;
|
|||
|
||||
mod domain;
|
||||
mod inbound;
|
||||
|
||||
#[cfg(feature = "server")]
|
||||
mod outbound;
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Add table
Reference in a new issue