Skip to content

Commit

Permalink
fix: copying the ejs files into the correct path.
Browse files Browse the repository at this point in the history
  • Loading branch information
aniebietafia committed Feb 1, 2025
1 parent 6fd80d8 commit 76e158a
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 76e158a

Please sign in to comment.