fix(air): add full_bin command
This commit is contained in:
parent
600e46d23d
commit
0bd8f060df
@ -12,7 +12,7 @@ tmp_dir = "tmp"
|
|||||||
exclude_regex = ["_test.go"]
|
exclude_regex = ["_test.go"]
|
||||||
exclude_unchanged = false
|
exclude_unchanged = false
|
||||||
follow_symlink = false
|
follow_symlink = false
|
||||||
full_bin = ""
|
full_bin = "APP_ENV=dev APP_USER=air ./_output/howmuch"
|
||||||
include_dir = []
|
include_dir = []
|
||||||
include_ext = ["go", "tpl", "tmpl", "html"]
|
include_ext = ["go", "tpl", "tmpl", "html"]
|
||||||
include_file = []
|
include_file = []
|
||||||
|
Loading…
Reference in New Issue
Block a user