Skip to content

Commit

Permalink
feat: [Contracts] Test PDF generation on server
Browse files Browse the repository at this point in the history
  • Loading branch information
radulescuandrew committed Aug 29, 2024
1 parent 6ed7484 commit b74e939
Show file tree
Hide file tree
Showing 13 changed files with 1,164 additions and 36 deletions.
5 changes: 4 additions & 1 deletion backend/nest-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"assets": ["modules/mail/templates/**/*"],
"assets": [
"modules/mail/templates/**/*",
"modules/documents/templates/**/*"
],
"plugins": [
{
"name": "@nestjs/swagger/plugin",
Expand Down
Loading

0 comments on commit b74e939

Please sign in to comment.