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 } }