We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625f95f commit 0608291Copy full SHA for 0608291
README.md
@@ -82,6 +82,12 @@ while maintaining correct ESLint functionality.
82
wails build
83
```
84
85
+To build a version that includes browser devtools (extending production debugging capabilities),:
86
+
87
+```bash
88
+wails build -devtools
89
+```
90
91
### Linting
92
93
Install `golangci-lint` via the directions [in the Golangci-lint documentation](https://golangci-lint.run/docs/welcome/install/#local-installation),
0 commit comments