mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
5a7a91323a
* Make desktop fullstack work with the CLI * Simplify desktop fullstack example * move the profiles to the workspace
15 lines
529 B
TOML
15 lines
529 B
TOML
# All of these variables are used in the `openid_connect_demo` example, they are set here for the CI to work, they are set here because as stated here for now: `https://doc.rust-lang.org/cargo/reference/config.html` the .cargo/config.toml of the inner workspaces are not read when being invoked from the root workspace.
|
|
[env]
|
|
DIOXUS_FRONT_ISSUER_URL = ""
|
|
DIOXUS_FRONT_CLIENT_ID = ""
|
|
DIOXUS_FRONT_URL = ""
|
|
|
|
[profile]
|
|
|
|
[profile.dioxus-client]
|
|
inherits = "dev"
|
|
opt-level = 2
|
|
|
|
[profile.dioxus-server]
|
|
inherits = "dev"
|
|
opt-level = 2
|