Browse Source

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.
tags/v1.16.0-rc1
silverwind 2 years ago
parent
commit
de61816623
No account linked to committer's email address
2 changed files with 1 additions and 1 deletions
  1. 0
    0
      .air.toml
  2. 1
    1
      Makefile

.air.conf → .air.toml View File


+ 1
- 1
Makefile 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

Loading…
Cancel
Save