realize/.realize.yaml

40 lines
528 B
YAML
Executable File

settings:
recovery:
events: true
tools: true
legacy:
force: false
interval: 0s
server:
status: false
open: true
port: 3000
host: localhost
schema:
- name: realize
path: .
commands:
generate:
status: false
install:
status: true
vet:
status: true
test:
status: true
fmt:
status: true
watcher:
paths:
- /
extensions:
- go
- html
- css
- js
ignored_paths:
- .git
- .realize
- vendor
- realize/assets