Skip to content

feat: Separate preview server from react-email #2182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 51 commits into from
May 20, 2025

Conversation

gabrielmfern
Copy link
Collaborator

@gabrielmfern gabrielmfern commented Apr 23, 2025

This implements the code for email dev, email build and email start to work with a separate package for the preview server.

The package is going to be called @react-email/preview-server. If the user tries to run email dev, email build or email start without the package, the CLI now prompts the user to install it before actually running the commands.

For building, we just copy the code from @react-email/preview-server instead of from the CLI react-email.

@gabrielmfern gabrielmfern self-assigned this Apr 23, 2025
Copy link

changeset-bot bot commented Apr 23, 2025

🦋 Changeset detected

Latest commit: e652bc1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
react-email Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Apr 23, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-email ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 20, 2025 3:36pm
react-email-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 20, 2025 3:36pm

@gabrielmfern gabrielmfern marked this pull request as draft April 23, 2025 11:42
@gabrielmfern gabrielmfern added the Package: react-email This is the CLI we generally use as just `email` on the temrinal. label Apr 23, 2025
@@ -0,0 +1,82 @@
import path from 'node:path';
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I duplicated the code that is still in the CLI here for now, and we can think of someway to share this code between the preview server & CLI later on

@gabrielmfern gabrielmfern merged commit ed2f46a into canary May 20, 2025
12 checks passed
@gabrielmfern gabrielmfern deleted the feat/separate-preview-server-from-cli branch May 20, 2025 15:36
gabrielmfern added a commit that referenced this pull request May 28, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Jun 3, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Jun 3, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Jun 3, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Jun 3, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Jun 3, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Jun 3, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Jun 4, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Jun 4, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Jun 4, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Jun 4, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Jun 9, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Jun 10, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Jun 10, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Jun 10, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Jun 10, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Jun 10, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Jun 10, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Jun 10, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Jun 10, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Jun 10, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Jun 11, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Jun 16, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kaylee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Package: react-email This is the CLI we generally use as just `email` on the temrinal.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants