mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
change server_config -> serve_config
This commit is contained in:
parent
b334444711
commit
b927e2fec8
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ macro_rules! launch {
|
|||
let web_cfg = dioxus_web::Config::new();
|
||||
};
|
||||
|
||||
(@server_cfg $server_cfg:ident $cfg:expr) => {
|
||||
(@serve_cfg $server_cfg:ident $cfg:expr) => {
|
||||
#[cfg(feature = "ssr")]
|
||||
let $server_cfg = $cfg;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue