5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 01:13:03 +08:00

Update troubleshooting.mdx

This commit is contained in:
Lea Anthony 2022-08-04 18:32:41 +10:00 committed by GitHub
parent b33211495e
commit 0bb1c0202b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 `<head>` section of any new page you navigate to:
</head>
```
Source: https://github.com/wailsapp/wails/discussions/1512
Source: https://github.com/wailsapp/wails/discussions/1512