crypto_alert_bot/Makefile

9 lines
231 B
Makefile
Raw Permalink Normal View History

run:
CONFIG_PATH=./internal/config/local.yml go run ./cmd/app/main.go
build:
go build -o crypro_alert_bot ./cmd/app/main.go
2026-02-25 20:22:13 +03:00
migrate_create:
migrate create -ext sql -dir ./internal/repository/postgresql/migrations -seq ${NAME}