realize/.realize.yaml

40 lines
528 B
YAML
Raw Normal View History

2017-12-16 16:54:40 +00:00
settings:
2018-01-03 14:33:07 +00:00
recovery:
events: true
tools: true
2017-12-16 16:54:40 +00:00
legacy:
force: false
interval: 0s
server:
2018-01-03 14:33:07 +00:00
status: false
2017-12-16 16:54:40 +00:00
open: true
port: 3000
host: localhost
schema:
- name: realize
path: .
commands:
generate:
2018-01-03 14:33:07 +00:00
status: false
2017-12-16 16:54:40 +00:00
install:
status: true
2017-12-29 18:30:17 +00:00
vet:
status: true
2017-12-16 16:54:40 +00:00
test:
status: true
fmt:
status: true
watcher:
paths:
- /
extensions:
- go
- html
- css
- js
ignored_paths:
- .git
- .realize
- vendor
- realize/assets