Skip to content

Commit

Permalink
chore: change nest-cli.json to update copy mail assets during build
Browse files Browse the repository at this point in the history
  • Loading branch information
gobeam committed Jan 20, 2022
1 parent e121865 commit c77ef7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
- [File Structure](#file-structure)
- [Application Security](#application-security)
- [Contributing](#contributing)
- [Sponsors](#sponsors)
- [License](#license)
- [Acknowledgement](#acknowledgement)

Expand Down Expand Up @@ -270,6 +271,12 @@ User Will have 2FA authentication option available to be turned on or off. For 2

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate. - see `CONTRIBUTING.md` for details.
**If you want to be featured in contributors list on our home page please add PR on https://github.com/gobeam/truthy-contributors to provide your details.**

---

## Sponsors
- [Ekbana Solutions Pvt. Ltd](https://ekbana.com/)

---

Expand Down
2 changes: 1 addition & 1 deletion nest-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"plugins": ["@nestjs/swagger"],
"assets": [
{ "include": "i18n/**/*", "watchAssets": true },
{ "include": "**/*.pug", "watchAssets": true },
{ "include": "mail/templates/**/*", "watchAssets": true },
{ "include": "**/*.css", "watchAssets": true }
]
},
Expand Down

0 comments on commit c77ef7e

Please sign in to comment.