https://git.jolheiser.com/mint.git
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
root = "." testdata_dir = "testdata" tmp_dir = "tmp" [build] bin = "./mint" cmd = "go build" delay = 1000 #exclude_file = ["internal/html/tailwind.go"] exclude_regex = ["_test.go"] exclude_unchanged = true include_ext = ["go", "html", "sql"] pre_cmd = ["go generate ./..."] [misc] clean_on_exit = true [proxy] app_port = 8080 enabled = true proxy_port = 8081 [screen] clear_on_rebuild = true