mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 14:42:03 +08:00
Update troubleshooting.mdx
This commit is contained in:
parent
b33211495e
commit
0bb1c0202b
@ -90,6 +90,10 @@ go env -w GOPROXY=https://goproxy.cn,direct
|
|||||||
```
|
```
|
||||||
Source: https://github.com/wailsapp/wails/issues/1233
|
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
|
## The generated Typescript doesn''t have the correct types
|
||||||
|
|
||||||
Sometimes the generated Typescript doesn''t have the correct types. To mitigate this,
|
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>
|
</head>
|
||||||
```
|
```
|
||||||
|
|
||||||
Source: https://github.com/wailsapp/wails/discussions/1512
|
Source: https://github.com/wailsapp/wails/discussions/1512
|
||||||
|
Loading…
Reference in New Issue
Block a user