peachy-go/desktop/build/devmode.config.yaml

25 lines
416 B
YAML
Raw Permalink Normal View History

2024-11-05 12:17:27 +00:00
config:
2024-11-05 23:28:39 +00:00
root_path: .
log_level: warn
debounce: 1000
ignore:
dir:
- .git
- node_modules
- frontend
- bin
file:
- .DS_Store
- .gitignore
- .gitkeep
watched_extension:
- "*.go"
git_ignore: true
executes:
- cmd: go mod tidy
type: blocking
- cmd: wails3 task build
type: blocking
- cmd: wails3 task run
type: primary