Make cargo fmt happy

This commit is contained in:
Greg Johnston 2023-01-10 21:18:03 -05:00
parent 46254a18f3
commit 9e83acfe63
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ pub struct LeptosOptions {
#[builder(setter(into))]
pub output_name: String,
/// The path of the all the files generated by cargo-leptos. This defaults to '.' for convenience when integrating with other
/// tools.
/// tools.
#[builder(setter(into), default=".".to_string())]
pub site_root: String,
/// The path of the WASM and JS files generated by wasm-bindgen from the root of your app