Jonathan Kelley ac3e33af46 cli json output, dx bundle fix, `dx serve --platform android`, race condition, drop ssg platform (#3186) 7 tháng trước cách đây
..
src ac3e33af46 cli json output, dx bundle fix, `dx serve --platform android`, race condition, drop ssg platform (#3186) 7 tháng trước cách đây
.gitignore 8a2d170d96 pull out the CLI config data into a separate library 1 năm trước cách đây
Cargo.toml 316ef25f77 Add metadata to crates 8 tháng trước cách đây
README.md 3fb1f739d1 Simplify cli-config, hotreload -> devtools (drop to 0 deps, fast compile times) (#2975) 9 tháng trước cách đây

README.md

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.