Apps
The apps/email preview server for the React Email templates in @repo/email
apps/email runs the React Email preview server on port 3003. It is local
only and is not deployed as a Worker.
The application itself holds no templates. It points at the templates in packages/email/templates,
which is also what @repo/email sends through Resend, so the preview and
the delivered mail come from one source.
bun dev --filter emailIt also starts as part of bun run dev at the repository root.