diff --git a/.air.toml b/.air.toml index 6d6ed43..83fc3ce 100644 --- a/.air.toml +++ b/.air.toml @@ -6,7 +6,7 @@ tmp_dir = "tmp" args_bin = ["-ip", "127.0.0.1", "-port", "3000"] bin = "./tmp/main" pre_cmd = [] - cmd = "go build -o ./tmp/main . & cd lib/stylegen && ./gen.sh" + cmd = "go build -o ./tmp/main.exe & cd lib/stylegen && ./gen.sh" delay = 1000 exclude_dir = ["assets", "tmp", "vendor", "testdata", "lib/stylegen"] exclude_file = []