fix(air): add full_bin command

This commit is contained in:
Muyao CHEN 2024-10-01 10:06:04 +02:00
parent 600e46d23d
commit 0bd8f060df

View File

@ -12,7 +12,7 @@ tmp_dir = "tmp"
exclude_regex = ["_test.go"]
exclude_unchanged = false
follow_symlink = false
full_bin = ""
full_bin = "APP_ENV=dev APP_USER=air ./_output/howmuch"
include_dir = []
include_ext = ["go", "tpl", "tmpl", "html"]
include_file = []