mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-16 13:48:44 +00:00
add ent to taskfile for swag generator
This commit is contained in:
parent
3829e2e3f5
commit
c780a0d3ac
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue