mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
29 lines
537 B
YAML
29 lines
537 B
YAML
|
config:
|
||
|
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: wails3 task install:frontend:deps
|
||
|
type: once
|
||
|
- cmd: wails3 task dev:frontend
|
||
|
type: background
|
||
|
- cmd: go mod tidy
|
||
|
type: blocking
|
||
|
- cmd: wails3 task build
|
||
|
type: blocking
|
||
|
- cmd: wails3 task run
|
||
|
type: primary
|