.PHONY: run
run: docker
	air

.PHONY: docker
docker:
	docker compose up -d
