example config
This commit is contained in:
parent
141a892a97
commit
668ad233f3
|
@ -0,0 +1,34 @@
|
||||||
|
settings:
|
||||||
|
legacy:
|
||||||
|
force: false
|
||||||
|
interval: 0s
|
||||||
|
server:
|
||||||
|
status: true
|
||||||
|
open: true
|
||||||
|
port: 3000
|
||||||
|
host: localhost
|
||||||
|
schema:
|
||||||
|
- name: realize
|
||||||
|
path: .
|
||||||
|
commands:
|
||||||
|
generate:
|
||||||
|
status: true
|
||||||
|
install:
|
||||||
|
status: true
|
||||||
|
test:
|
||||||
|
status: true
|
||||||
|
fmt:
|
||||||
|
status: true
|
||||||
|
watcher:
|
||||||
|
paths:
|
||||||
|
- /
|
||||||
|
extensions:
|
||||||
|
- go
|
||||||
|
- html
|
||||||
|
- css
|
||||||
|
- js
|
||||||
|
ignored_paths:
|
||||||
|
- .git
|
||||||
|
- .realize
|
||||||
|
- vendor
|
||||||
|
- realize/assets
|
Loading…
Reference in New Issue