Update README with Dynamic Worker Loaders note

Added important note about Dynamic Worker Loaders dependency for sandboxed plugins.
This commit is contained in:
Matt ‘TK’ Taylor
2026-04-01 23:10:53 +01:00
committed by GitHub
parent b4c8248f07
commit a9d3b9feae

View File

@@ -4,6 +4,9 @@ A full-stack TypeScript CMS built on [Astro](https://astro.build/) and [Cloudfla
## Get Started
> [!IMPORTANT]
> In its early life, EmDash is currently dependent on Dynamic Worker Loaders, a Workers Paid feature, to run sandboxed plugins. To run Ecliptic without sandboxed plugins on a free account you must comment out the `worker_loaders` block of the `wrangler.jsonc` configuration file. This will cause errors with sandboxed plugins.
```bash
npm create emdash@latest
```