Replies: 2 comments
-
Can anyone help here? It's a huge blocker atm. Are there any examples of this implemented? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes help would be highly appreciated. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Amazing project!
I would like to use react E-Mail in turborepo and import it into my backend which is in apps/backend.
However, I don't want to bloat my server and insert react email directly there. I would like to import it as a package but also be able to start the local dev server for emails in the packages folder.
I seem to have problems installing the dependencies correctly in packages using yarn workspace packages/emails and then run yarn workspace packages/email dev. It doesn't install the lock files correctly so the server does not start. Is there an example repo that successfully implemented this logic? Thanks 🙏
Beta Was this translation helpful? Give feedback.
All reactions