CiTools: Install air (#108367)

This commit is contained in:
Matheus Macabu
2025-07-21 12:25:40 +02:00
committed by GitHub
parent 3c18add70b
commit 88acefbb65
4 changed files with 77 additions and 2 deletions
+2 -2
View File
@@ -276,8 +276,8 @@ run-frontend: deps-js ## Fetch js dependencies and watch frontend for rebuild
yarn start
.PHONY: run-air
run-air: ## [Experimental] Build and run backend, and watch for changes. See .air.toml for configuration. Check https://github.com/air-verse/air for installation instructions.
air -c .air.toml
run-air: ## Build and run backend, and watch for changes. See .air.toml for configuration.
$(air) -c .air.toml
.PHONY: frontend-service-check
frontend-service-check: