···11.POSIX:
22-.PHONY: default compose infra platform apps test update
22+.PHONY: default compose infra platform apps test fmt tidy update
3344env ?= local
55···5050 cd controller && go fmt ./...
5151 cd infra/modules/tfstate && go fmt ./...
5252 cd test && go fmt ./...
5353+5454+tidy: fmt
5555+ cd infra && terragrunt init --backend=false --lock=false --all
53565457update:
5558 nix flake update