mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2024-11-24 08:42:20 +02:00
2e43f95748
Updated web-app and web-api to auto build the service when running with docker-compose.
14 lines
402 B
Plaintext
14 lines
402 B
Plaintext
root: .
|
|
tmp_path: ./tmp
|
|
build_name: runner-build
|
|
build_log: runner-build-errors.log
|
|
valid_ext: .go, .tpl, .tmpl, .html, .gohtml
|
|
no_rebuild_ext: .tpl, .tmpl, .html
|
|
ignored: assets, tmp
|
|
build_delay: 600
|
|
colors: 1
|
|
log_color_main: cyan
|
|
log_color_build: yellow
|
|
log_color_runner: green
|
|
log_color_watcher: magenta
|
|
log_color_app: |