Configure React Email on a bun monorepo
transactional
inside of where you keep workspace packages (generally ./packages/*
).
Include a new package.json
and do not forget to add this to the workspaces
of your monorepo’s package.json
.
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.