feat: call it lebusiness client
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2025-01-11 23:21:24 +01:00
parent a78437ec7b
commit 6fabbdb153
5 changed files with 21 additions and 31 deletions

View File

@@ -35,10 +35,10 @@ wasm-bindgen = "=0.2.99"
# that are used together frontend (lib) & server (bin)
[[workspace.metadata.leptos]]
# this name is used for the wasm, js and css file names
name = "client"
name = "lebusiness-client"
# the package in the workspace that contains the server binary (binary crate)
bin-package = "client"
bin-package = "lebusiness-client"
# the package in the workspace that contains the frontend wasm binary (library crate)
lib-package = "frontend"