Cleaned up directory stucture

This commit is contained in:
2024-03-03 01:09:40 -07:00
parent 2fd4262a86
commit a87fb66080
13 changed files with 6 additions and 4 deletions

View File

@ -6,9 +6,9 @@ tmp_dir = "tmp"
args_bin = ["-ip", "127.0.0.1", "-port", "3000"]
bin = "./tmp/main"
pre_cmd = []
cmd = "go build -o ./tmp/main . & cd stylegen && ./gen.sh"
cmd = "go build -o ./tmp/main . & cd lib/stylegen && ./gen.sh"
delay = 1000
exclude_dir = ["assets", "tmp", "vendor", "testdata", "stylegen"]
exclude_dir = ["assets", "tmp", "vendor", "testdata", "lib/stylegen"]
exclude_file = []
exclude_regex = ["_test.go"]
exclude_unchanged = false