fix(config): dev server started with production build by default

This commit is contained in:
Michael Baklor 2025-12-11 18:53:28 +02:00
commit a878b2c1af
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -22,6 +22,7 @@ After processing, the content will be moved to the main changelog and this file
<!-- Changes in existing functionality -->
## Fixed
- Fix default `config.yml` would run `wails3 dev` with a production build by @mbaklor
<!-- Bug fixes -->
## Deprecated

View file

@ -48,7 +48,7 @@ dev_mode:
- "*.ts" # The frontend directory will be excluded entirely by the setting above.
git_ignore: true
executes:
- cmd: wails3 task build
- cmd: wails3 build DEV=true
type: blocking
- cmd: wails3 task common:dev:frontend
type: background