"Warn Waiting for your frontend dev server to start on http://localhost:1420/..." #12095
-
Hi It seems like I need to use a VPN to download crates. When I turn on the VPN, I get this warning: |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Jan 1, 2025
Replies: 1 comment
-
you could run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
babakfp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you could run
cargo build
orcargo check
in the src-tauri dir instead of thetauri
commands, buttauri dev --no-dev-server-wait
will skip this check as well.