Configure React Email on a pnpm monorepo
transactional
inside of where you keep workspace packages (generally ./packages/*
) and
in there setup a new package.json
and do not forget to add this to your pnpm-workspace.yaml
.
transactional
workspace.
package.json
file.
emails
, create a file inside called MyEmail.tsx
and add the following example code:
emails/MyEmail.tsx
file to see the changes.