Replies: 1 comment
-
this was fixed in #892 |
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
-
Is there a reason this happens when starting the server every time?
https://github.com/resendlabs/react-email/blob/bf92bd42b9fc8c05418ac10553924634378d8baf/packages/react-email/source/utils/run-server.ts#L43
We are in a monorepo and this ends up trying to create a nested
yarn.lock
file inapps/email
which we don't want.Beta Was this translation helpful? Give feedback.
All reactions