root = "." tmp_dir = "tmp" [build] entrypoint = ["./tmp/main", "--port", "8081"] cmd = "go build -o ./tmp/main ./cmd/memos" delay = 2000 exclude_dir = ["assets", "tmp", "vendor", "web", "proto/gen", "arms_cache", "store/migration"] include_ext = ["go", "yaml", "yml", "toml"] exclude_regex = ["_test.go"] [log] time = true [color] app = "cyan" build = "yellow" main = "magenta" runner = "green" watcher = "blue" [screen] clear_on_rebuild = true keep_scroll = true