diff --git a/nest-cli.json b/nest-cli.json index 78ed6df..1ec0116 100644 --- a/nest-cli.json +++ b/nest-cli.json @@ -7,7 +7,13 @@ "plugins": [ "@nestjs/swagger" ], - "tsConfigPath": "apps/api/tsconfig.app.json" + "tsConfigPath": "apps/api/tsconfig.app.json", + "assets": [ + { + "include": "../docs/swagger.md", + "outDir": "./dist/apps/api/docs" + } + ] }, "monorepo": true, "root": "apps/api",