3
0
Files
corteza/.realize.yaml

32 lines
933 B
YAML
Executable File

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