Rename "leptos_start" to "libretunes"

This commit is contained in:
2024-03-01 18:53:42 -05:00
parent 59b11dae76
commit b06461ce74
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ panic = "abort"
[package.metadata.leptos]
# The name used by wasm-bindgen/cargo-leptos for the JS/WASM bundle. Defaults to the crate name
output-name = "leptos_start"
output-name = "libretunes"
# The site root folder is where cargo-leptos generate all output. WARNING: all content of this folder will be erased on a rebuild. Use it in your server setup.
site-root = "target/site"
# The site-root relative folder where all compiled output (JS, WASM and CSS) is written