fix(air): add full_bin command
This commit is contained in:
		@ -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 = []
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user