feat: email templates

adds email templates using `react-email` which will be used for invites,
signing and document completion.

authored by @dephraiim
This commit is contained in:
Mythie
2023-06-24 14:59:08 +10:00
parent 0b1c4fadc6
commit ca0f4eefd2
17 changed files with 6850 additions and 131 deletions

View File

@ -19,6 +19,7 @@
"packageManager": "npm@8.19.2",
"workspaces": [
"apps/*",
"packages/*"
"packages/*",
"packages/email/.react-email"
]
}