.realize.yaml 332 B

123456789101112131415161718192021222324
  1. settings:
  2. legacy:
  3. force: false
  4. interval: 0s
  5. server:
  6. status: false
  7. open: false
  8. host: localhost
  9. port: 8080
  10. schema:
  11. - name: automation
  12. path: .
  13. commands:
  14. build:
  15. -o ./tmp/automation ./main.go
  16. watcher:
  17. extensions:
  18. - go
  19. paths:
  20. - /
  21. ignored_paths:
  22. - .git
  23. - .realize
  24. - vendor