Skip to content

Commit 0608291

Browse files
committed
Directions for building a version with devtools included
1 parent 625f95f commit 0608291

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ while maintaining correct ESLint functionality.
8282
wails build
8383
```
8484

85+
To build a version that includes browser devtools (extending production debugging capabilities),:
86+
87+
```bash
88+
wails build -devtools
89+
```
90+
8591
### Linting
8692

8793
Install `golangci-lint` via the directions [in the Golangci-lint documentation](https://golangci-lint.run/docs/welcome/install/#local-installation),

0 commit comments

Comments
 (0)