Skip to content

Commit de61816

Browse files
authored
Rename .air.conf to .air.toml (#17360)
As of air-verse/air#90, the preferred file extension is .toml. The file format was always toml itself.
1 parent 9f3d5c0 commit de61816

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.air.conf renamed to .air.toml

File renamed without changes.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ watch-backend: go-check
352352
@hash air > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
353353
$(GO) install github.com/cosmtrek/air@bedc18201271882c2be66d216d0e1a275b526ec4; \
354354
fi
355-
air -c .air.conf
355+
air -c .air.toml
356356

357357
.PHONY: test
358358
test: test-frontend test-backend

0 commit comments

Comments
 (0)