github.com/wendylau87/warungpintar2021/inventorysvc@v0.0.0-20210508064910-5fb678f1d33e/.realize.yaml (about)

     1  settings:
     2    legacy:
     3      force: false
     4      interval: 0s
     5  schema:
     6  - name: go-clean-architecture-web-application-boilerplate
     7    path: .
     8    commands:
     9      build:
    10        status: true
    11        method: go build -o go_clean_architecture_web_application_boilerplate
    12      run:
    13        status: true
    14        method: ./go_clean_architecture_web_application_boilerplate
    15    watcher:
    16      extensions:
    17      - go
    18      paths:
    19      - /
    20      ignored_paths:
    21      - .git
    22      - .realize
    23      - vendor