From c780a0d3acee2a0647c1d26056ddf593cb0a4f46 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Tue, 30 Aug 2022 10:05:31 -0800 Subject: [PATCH] add ent to taskfile for swag generator --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index b67fbe4..2bbb6f9 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -4,7 +4,7 @@ tasks: api: cmds: - cd backend/app/api/ && swag fmt - - cd backend/app/api/ && swag init --dir=./,../../internal,../../pkgs + - cd backend/app/api/ && swag init --dir=./,../../internal,../../pkgs,../../ent # - | # npx swagger-typescript-api \ # --path ./backend/app/api/docs/swagger.json \