From 8ebe3e41a71eb699c71b1cdfaa45172f4c2a997f Mon Sep 17 00:00:00 2001 From: bogdan-rosianu Date: Tue, 20 Jan 2026 18:31:57 +0200 Subject: [PATCH] explicit add swagger docs asset --- nest-cli.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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",