run:
	CONFIG_PATH=./internal/config/local.yml go run ./cmd/app/main.go

build:
	go build -o crypro_alert_bot ./cmd/app/main.go
