[dev] add ngrok Makefile target

This commit is contained in:
Aleksandr Soloshenko 2025-07-01 15:56:29 +07:00 committed by Aleksandr
parent 4abd4d6a50
commit 4da289ff57

View File

@ -16,6 +16,9 @@ init-dev: init
&& go install github.com/swaggo/swag/cmd/swag@latest \
&& go install github.com/pressly/goose/v3/cmd/goose@latest
ngrok:
ngrok http 3000
air:
air