diff --git a/Makefile b/Makefile index 96dba85..e17c014 100644 --- a/Makefile +++ b/Makefile @@ -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