Resend EmDash bundle
What lives in this repo
The Resend repository includes an emdash-plugin/ directory that builds a sandbox-compatible EmDash publish bundle.
Useful commands
Build the sandbox entry:
bunx tsup --config emdash-plugin/tsup.config.ts
Bundle the plugin for submission:
bunx emdash plugin bundle --dir emdash-plugin
Why it matters
This lets the Resend provider ship as an EmDash sandbox backend while the standalone library remains available for regular Worker projects.
Related docs
- Start from Quickstart
- Review the transport contract in API reference