summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.air.toml (renamed from .air.conf)0
-rw-r--r--Makefile2
2 files changed, 1 insertions, 1 deletions
diff --git a/.air.conf b/.air.toml
index 7b5a5cb86a..7b5a5cb86a 100644
--- a/.air.conf
+++ b/.air.toml
diff --git a/Makefile b/Makefile
index 929f74ff9c..aa47cea534 100644
--- a/Makefile
+++ b/Makefile
@@ -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