Skip to content

Commit

Permalink
feat(input-descriptor-to-credential): disabling NestJS Swagger CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
artursudnik committed Sep 26, 2023
1 parent a1daf8e commit 06d95b5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions apps/input-descriptor-to-credential/nest-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"plugins": [
{
"name": "@nestjs/swagger",
"options": {
"introspectComments": true
}
}
]
"plugins": []
}
}

0 comments on commit 06d95b5

Please sign in to comment.