Skip to content

Commit

Permalink
Merge pull request #65 from Brints/swagger_doc
Browse files Browse the repository at this point in the history
fix: copying the ejs files into the correct path.
  • Loading branch information
aniebietafia authored Feb 1, 2025
2 parents 5980f2c + 76e158a commit c86a4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brints-estate-api/nest-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"assets": [
{
"include": "./messaging/email/mailgun-service/templates/**/*.ejs",
"outDir": "dist/src/messaging/email/mailgun-service/templates"
"outDir": "dist/src"
},
{
"include": "./messaging/email/aws-service/templates/**/*.ejs",
"outDir": "dist/src/messaging/email/aws-service/templates"
"outDir": "dist/src"
}
],
"watchAssets": true
Expand Down

0 comments on commit c86a4d4

Please sign in to comment.