mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
fix(config): dev server started with production build by default
This commit is contained in:
parent
47d827c394
commit
a878b2c1af
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue