improve version display start message

This commit is contained in:
Kevin Pham
2023-11-30 22:14:50 -06:00
parent ac00c7f172
commit ef50c81aa6
3 changed files with 20 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ tmp_dir = "tmp"
poll = false
poll_interval = 0
post_cmd = []
pre_cmd = ["echo 'dev' > handlers/VERSION echo 'dev' > cmd/VERSION"]
pre_cmd = ["git rev-parse --short HEAD > handlers/VERSION; git rev-parse --short HEAD > cmd/VERSION"]
rerun = false
rerun_delay = 500
send_interrupt = false