[WIP] music platform user data scraper
teal-fm atproto
at main 864 B view raw
1root = "." 2testdata_dir = "testdata" 3tmp_dir = "tmp" 4 5[build] 6args_bin = [] 7bin = "./tmp/main" 8cmd = "go build -o ./tmp/main ./cmd" 9delay = 1000 10exclude_dir = ["assets", "tmp", "vendor", "testdata"] 11exclude_file = [] 12exclude_regex = ["_test.go"] 13exclude_unchanged = false 14follow_symlink = false 15full_bin = "" 16include_dir = [] 17include_ext = ["go", "tpl", "tmpl", "html", "gohtml", "css", "js"] 18include_file = [] 19kill_delay = "0s" 20log = "build-errors.log" 21poll = false 22poll_interval = 0 23post_cmd = [] 24pre_cmd = [] 25rerun = false 26rerun_delay = 500 27send_interrupt = false 28stop_on_error = false 29 30[color] 31app = "" 32build = "yellow" 33main = "magenta" 34runner = "green" 35watcher = "cyan" 36 37[log] 38main_only = false 39silent = false 40time = false 41 42[misc] 43clean_on_exit = false 44 45[proxy] 46app_port = 0 47enabled = false 48proxy_port = 0 49 50[screen] 51clear_on_rebuild = true 52keep_scroll = true