fuge_global:
  run_containers: false
  tail: true
  monitor: true
  monitor_excludes:
    - '**/node_modules/**'
    - '**/.git/**'
    - '*.log'
  auto_generate_environment: true
runme:
  type: process
  path: ./system
  run: node runme.js
runmetoo:
  type: process
  path: ./system
  run: node runmetoo.js
willfail:
  type: process
  path: ./system2
  run: node willfail.js
