diff --git a/Makefile b/Makefile index fd7aa26..9e34d84 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,6 @@ grpc-web: install-deps: go install github.com/swaggo/swag/cmd/swag@latest swag: - swag init -g internal/routes/router.go --parseDependency \ No newline at end of file + swag init -g internal/routes/router.go --parseDependency +make-ent: + go run -mod=mod entgo.io/ent/cmd/ent new User Pet \ No newline at end of file