Access Developer tools after wails build #1526
-
I have an app (vanilla JS + vite) it works fine during "wails dev" but after it's built Javascript seems not to be running (probably some trivial error holding it up), strangely enough, the web app would work if I hosted the dist folder from a web server. I'm positive if I could manage to see a console log of the built app I could debug it, any help with getting a console log from the built app would be appreciated! Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
And with that it's fixed, the problem was |
Beta Was this translation helpful? Give feedback.
wails build -debug
. I've just updated the docs to state this which should be live in about 10 mins. Good luck! 👍