# 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: ```bash bunx tsup --config emdash-plugin/tsup.config.ts ``` Bundle the plugin for submission: ```bash 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](/docs/resend/quickstart) - Review the transport contract in [API reference](/docs/resend/api-reference)