Skip to content

Commit

Permalink
fix air config
Browse files Browse the repository at this point in the history
  • Loading branch information
deoxykev committed Dec 3, 2023
1 parent 6c0721d commit 1fc47c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .air.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tmp_dir = "tmp"
poll = false
poll_interval = 0
post_cmd = []
pre_cmd = ["git submodule update --init --recursive; rev-parse --short HEAD > handlers/VERSION; git rev-parse --short HEAD > cmd/VERSION"]
pre_cmd = ["git submodule update --init --recursive; git rev-parse --short HEAD > handlers/VERSION; git rev-parse --short HEAD > cmd/VERSION"]
rerun = false
rerun_delay = 500
send_interrupt = false
Expand Down

0 comments on commit 1fc47c7

Please sign in to comment.