Replies: 1 comment
-
@giopetris did you ever figure it out? :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use https://react.email/ in a NX monorepo. I currently have a node lib to send emails, and I'm trying to plug react email into it.
I already tried to put the
.tsx
files into that node lib, and also extracting into a separated react lib, but none worked so far.I'm getting the following error after last attempt:
How can I setup it so I can send emails with https://react.email/ in a NX monorepo?
Beta Was this translation helpful? Give feedback.
All reactions