mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 10:27:29 -04:00 
			
		
		
		
	Rename .air.conf to .air.toml (#17360)
As of https://github.com/cosmtrek/air/pull/90, the preferred file extension is .toml. The file format was always toml itself.
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @@ -352,7 +352,7 @@ watch-backend: go-check | |||||||
| 	@hash air > /dev/null 2>&1; if [ $$? -ne 0 ]; then \ | 	@hash air > /dev/null 2>&1; if [ $$? -ne 0 ]; then \ | ||||||
| 		$(GO) install github.com/cosmtrek/air@bedc18201271882c2be66d216d0e1a275b526ec4; \ | 		$(GO) install github.com/cosmtrek/air@bedc18201271882c2be66d216d0e1a275b526ec4; \ | ||||||
| 	fi | 	fi | ||||||
| 	air -c .air.conf | 	air -c .air.toml | ||||||
|  |  | ||||||
| .PHONY: test | .PHONY: test | ||||||
| test: test-frontend test-backend | test: test-frontend test-backend | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user