diff --git a/website/versioned_docs/version-v2.0.0-beta.40/guides/troubleshooting.mdx b/website/versioned_docs/version-v2.0.0-beta.40/guides/troubleshooting.mdx index 90c7d78dc..c16405ac1 100644 --- a/website/versioned_docs/version-v2.0.0-beta.40/guides/troubleshooting.mdx +++ b/website/versioned_docs/version-v2.0.0-beta.40/guides/troubleshooting.mdx @@ -90,6 +90,10 @@ go env -w GOPROXY=https://goproxy.cn,direct ``` Source: https://github.com/wailsapp/wails/issues/1233 +## I'd like to get a console on my production build + +You can access the Dev console in your application by compiling with `wails build -debug`. + ## The generated Typescript doesn''t have the correct types Sometimes the generated Typescript doesn''t have the correct types. To mitigate this, @@ -108,4 +112,4 @@ the following imports to the `` section of any new page you navigate to: ``` -Source: https://github.com/wailsapp/wails/discussions/1512 \ No newline at end of file +Source: https://github.com/wailsapp/wails/discussions/1512