#How do I see the warnings?

3 messages · Page 1 of 1 (latest)

heavy sentinel
#

When I run the app I get this:

Dioxus @ v0.4.1 [21:59:45] 

        > Local : http://localhost:57616/
        > Network : http://192.168.1.185:57616/
        > HTTPS : Disabled

        > Profile : Debug
        > Hot Reload : Normal
        > Index Template : Custom [index.html]
        > URL Rewrite [index_on_404] : True

        > Build Time Use : 461 millis

[WARN] There were 14 warning messages during the build.

I've notices that shoqing this Dioxus info text clears all the previous build messages even when I do CTRL-C to close the dioxus app. How do I see the warnings?

Thank you all 🙂

gray ibex
#

you just need to run cargo check

#

cargo check --target wasm32-unknown-unknown if you are targeting the web