feat: update air
This commit is contained in:
		@ -4,8 +4,8 @@ tmp_dir = "tmp"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[build]
 | 
					[build]
 | 
				
			||||||
  args_bin = []
 | 
					  args_bin = []
 | 
				
			||||||
  bin = "./_output/main"
 | 
					  bin = "./_output/howmuch"
 | 
				
			||||||
  cmd = "go build -o ./_output/ ./cmd/howmuch/*.go"
 | 
					  cmd = "make build"
 | 
				
			||||||
  delay = 1000
 | 
					  delay = 1000
 | 
				
			||||||
  exclude_dir = ["assets", "tmp", "vendor", "testdata", "_output"]
 | 
					  exclude_dir = ["assets", "tmp", "vendor", "testdata", "_output"]
 | 
				
			||||||
  exclude_file = []
 | 
					  exclude_file = []
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user