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:
silverwind 2021-10-19 18:27:29 +02:00 committed by GitHub
parent 9f3d5c0a23
commit de61816623
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ watch-backend: go-check
@hash air > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
$(GO) install github.com/cosmtrek/air@bedc18201271882c2be66d216d0e1a275b526ec4; \
fi
air -c .air.conf
air -c .air.toml
.PHONY: test
test: test-frontend test-backend