Improve deployment flow
Currently, if you want to deploy your React Email app into Vercel, you need to go to the .react-email folder and run the vercel --prod command from there.
Ideally, users should be able to run the vercel command from the root folder or connect their GitHub repos.
@m-shaka do you want give it a try?
Me? 😅 Sorry, but actually I have no motivation for deploying React Email app 🙏
hehe you never know ;)
@zenorocha If you change the root directory of the project to .react-email it works normally :)
Deploying with Vercel doesn't seem to work for me. I run into weird dependency issues. Is this how the demo for react-email site is deployed? Would love to understand the best way to deploy this to Vercel.
This should be fixed as of [email protected].
Check the changelog and our blog post for more info on this.