3
0
Files
corteza/.realize.yaml
2019-09-30 19:48:32 +02:00

14 lines
451 B
YAML
Executable File

settings:
flimit: 1000
schema:
# ######################################################################################################################
- name: "COR"
path: "./cmd/monolith"
commands: { run: { status: true } }
args: [ "serve-api" ]
watcher:
paths: [ "." , "../../system" , "../../messaging" , "../../compose" , "../../pkg" , "../../internal" ]
extensions: [ "go" ]
ignored_paths: [ "../../vendor", "../../.git" ]