22 lines
485 B
YAML
22 lines
485 B
YAML
version: "1"
|
|
root: .
|
|
main_path: ""
|
|
tmp_path: ./tmp
|
|
build_name: runner-build
|
|
build_args: ""
|
|
run_args: ""
|
|
build_log: runner-build-errors.log
|
|
valid_ext: .go, .tpl, .tmpl, .html
|
|
no_rebuild_ext: .tpl, .tmpl, .html
|
|
ignore: assets/**/*, assets, tmp/*, public/**/*, public, node_modules/**/*, node_modules
|
|
build_delay: "600"
|
|
colors: true
|
|
log_color_main: cyan
|
|
log_color_build: yellow
|
|
log_color_runner: green
|
|
log_color_watcher: magenta
|
|
log_color_app: ""
|
|
delve: false
|
|
delve_args: ""
|
|
debug: false
|