Skip to content

Commit df2efca

Browse files
committed
New feature added
1 parent c378f6e commit df2efca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.air.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tmp_dir = "tmp"
55
[build]
66
args_bin = []
77
bin = "./tmp/main"
8-
cmd = "go build -o ./tmp/main ."
8+
cmd = "go generate && go build -o ./tmp/main ."
99
delay = 1000
1010
exclude_dir = ["assets", "tmp", "vendor", "testdata"]
1111
exclude_file = []

0 commit comments

Comments
 (0)