#Error when doing tauri build.
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Weird. I can successfully run cargo tauri dev and cargo tauri build in my local repo. But if do git push, then git clone and finally cargo tauri build, the app opens with a white screen. Oddly, cargo tauri dev in the cloned repository works fine.
How can I inspect (as in Chrome dev tools) the app made with cargo tauri build?
tauri build --debug builds the app with the devtools available, so just like in tauri dev you can just press Ctrl + Shift + I to access it