From e9c9dc19bf553fc1fc1f734bbf54108654fac28f Mon Sep 17 00:00:00 2001 From: Balu Babu Date: Tue, 23 Apr 2024 16:22:34 +0530 Subject: [PATCH] fix: resolved mailer module email issue --- packages/hoppscotch-backend/nest-cli.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/hoppscotch-backend/nest-cli.json b/packages/hoppscotch-backend/nest-cli.json index 91bc38304..8faa6fd9e 100644 --- a/packages/hoppscotch-backend/nest-cli.json +++ b/packages/hoppscotch-backend/nest-cli.json @@ -3,9 +3,7 @@ "collection": "@nestjs/schematics", "sourceRoot": "src", "compilerOptions": { - "assets": [ - "**/*.hbs" - ], + "assets": [{ "include": "mailer/templates/**/*", "outDir": "dist" }], "watchAssets": true } }