mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
Replace _ with - for KDL files
This commit is contained in:
parent
7e457ee202
commit
8d325fce5c
1 changed files with 3 additions and 3 deletions
|
@ -35,10 +35,10 @@ impl RenderOptions {
|
|||
let options = format!(
|
||||
r#"// This file is auto-generated. Changing it will have no effect on leptos. Change these by changing RenderOptions and rerunning
|
||||
RenderOptions {{
|
||||
pkg_path "{}"
|
||||
pkg-path "{}"
|
||||
environment "{:?}"
|
||||
socket_address "{:?}"
|
||||
reload_port {:?}
|
||||
socket-address "{:?}"
|
||||
reload-port {:?}
|
||||
}}
|
||||
"#,
|
||||
self.pkg_path, self.environment, self.socket_address, self.reload_port
|
||||
|
|
Loading…
Reference in a new issue