runner.conf 480 B

1234567891011121314
  1. root: .
  2. tmp_path: ./tmp
  3. build_name: runner-build
  4. build_log: runner-build-errors.log
  5. valid_ext: .go, .tpl, .tmpl, .html
  6. no_rebuild_ext: .tpl, .tmpl, .html
  7. ignored: shell, queries, query-themes, conf, conf-copy, .vscode, assets, tmp, vendor, queries, shell, .git
  8. build_delay: 0
  9. colors: 1
  10. log_color_main: cyan
  11. log_color_build: yellow
  12. log_color_runner: green
  13. log_color_watcher: magenta
  14. log_color_app: