DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.3k stars 735 forks source link

Use `tracing::warn!` instead of `error!` when the dioxus CLI is not used #2250

Closed photino closed 2 months ago

photino commented 2 months ago

Currently, it emits a tracing::error when the dioxus CLI was not used to build the application. It should be a warning since cargo can also build the application successfully.