mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-26 06:00:21 +00:00
3fb1f739d1
* simplify cli-config crate * clean up configs * add devtools crate, update cargo imports * fix serve addr, fix websocket proxy issue * add comment about opt profiles * rename hot-reload to devtools
406 B
406 B
dioxus-cli-config
A crate that provides key/value names and types for configuring Dioxus applications at runtime.
This crate exists for us to very cleanly define the exact fields we want to pass down to Dioxus applications at runtime but without exposing the entire config object.
This leads to faster compile times, smaller binaries, and a clearer distinction between the config and the application.