DioxusLabs / dioxus

Fullstack app framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
20.46k stars 786 forks source link

Warn if cli-config is not available at compile time #2135

Closed ealmloff closed 6 months ago

ealmloff commented 6 months ago

When a package tries to read the CLI config and fails, it is currently a runtime warning. This changes it to a compile time warning

Closes https://github.com/DioxusLabs/dioxus/issues/2089