Skip to content
Discussion options

You must be logged in to vote

There's really no way to make them totally consistent, both the frontend (nextjs) and the backend (tauri) behave differently in dev vs build/prod. You unfortunetely have to test build mode regularly and for that i'd recommend tauri build --debug (output in target/debug/) as it will behave as a build/prod app but has more terminal output, a terminal/console attached on Windows (a prod app doesn't have that) and the devtools enabled so you can check better for errors.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by liukunvs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants