feat: call it lebusiness client
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
a78437ec7b
commit
6fabbdb153
32
Cargo.lock
generated
32
Cargo.lock
generated
@ -314,22 +314,6 @@ version = "1.0.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "client"
|
|
||||||
version = "0.1.0"
|
|
||||||
dependencies = [
|
|
||||||
"app",
|
|
||||||
"axum",
|
|
||||||
"dotenvy",
|
|
||||||
"leptos",
|
|
||||||
"leptos_axum",
|
|
||||||
"log",
|
|
||||||
"simple_logger",
|
|
||||||
"tokio",
|
|
||||||
"tower",
|
|
||||||
"tower-http",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "codee"
|
name = "codee"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
@ -1217,6 +1201,22 @@ version = "1.5.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "lebusiness-client"
|
||||||
|
version = "0.1.0"
|
||||||
|
dependencies = [
|
||||||
|
"app",
|
||||||
|
"axum",
|
||||||
|
"dotenvy",
|
||||||
|
"leptos",
|
||||||
|
"leptos_axum",
|
||||||
|
"log",
|
||||||
|
"simple_logger",
|
||||||
|
"tokio",
|
||||||
|
"tower",
|
||||||
|
"tower-http",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "leptos"
|
name = "leptos"
|
||||||
version = "0.7.3"
|
version = "0.7.3"
|
||||||
|
@ -35,10 +35,10 @@ wasm-bindgen = "=0.2.99"
|
|||||||
# that are used together frontend (lib) & server (bin)
|
# that are used together frontend (lib) & server (bin)
|
||||||
[[workspace.metadata.leptos]]
|
[[workspace.metadata.leptos]]
|
||||||
# this name is used for the wasm, js and css file names
|
# 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)
|
# 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)
|
# the package in the workspace that contains the frontend wasm binary (library crate)
|
||||||
lib-package = "frontend"
|
lib-package = "frontend"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "client"
|
name = "lebusiness-client"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
14
cuddle.yaml
14
cuddle.yaml
@ -3,7 +3,7 @@
|
|||||||
base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-leptos-plan.git"
|
base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-leptos-plan.git"
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
service: "client"
|
service: "lebusiness-client"
|
||||||
registry: kasperhermansen
|
registry: kasperhermansen
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
@ -14,18 +14,8 @@ cuddle/clusters:
|
|||||||
dev:
|
dev:
|
||||||
env:
|
env:
|
||||||
service.host: "0.0.0.0:3000"
|
service.host: "0.0.0.0:3000"
|
||||||
content.url: https://content.front.kjuulh.io/graphql
|
|
||||||
content.base.url: https://content.front.kjuulh.io
|
|
||||||
content.token:
|
|
||||||
vault: true
|
|
||||||
prod:
|
prod:
|
||||||
env:
|
env:
|
||||||
service.host: "0.0.0.0:3000"
|
service.host: "0.0.0.0:3000"
|
||||||
content.url: https://content.front.kjuulh.io/graphql
|
|
||||||
content.base.url: https://content.front.kjuulh.io
|
|
||||||
content.token:
|
|
||||||
vault: true
|
|
||||||
|
|
||||||
scripts:
|
|
||||||
generate_graphql:
|
|
||||||
type: shell
|
|
||||||
|
Loading…
Reference in New Issue
Block a user