From a9d3b9feae165f92c6fa4faec61c9e7ca203117d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=20=E2=80=98TK=E2=80=99=20Taylor?= Date: Wed, 1 Apr 2026 23:10:53 +0100 Subject: [PATCH 1/2] Update README with Dynamic Worker Loaders note Added important note about Dynamic Worker Loaders dependency for sandboxed plugins. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 75519e6..31646dd 100644 --- a/README.md +++ b/README.md @@ -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 ``` From a69d529d084cbd6b98f38f2e58aa37dffd35ca73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=20=E2=80=98TK=E2=80=99=20Taylor?= Date: Wed, 1 Apr 2026 23:22:12 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: Fred K. Schott <622227+FredKSchott@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31646dd..77671b9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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. +> EmDash depends on Dynamic Workers to run secure sandboxed plugins. Dynamic Workers are currently only available on paid accounts. [Upgrade your account](https://www.cloudflare.com/plans/developer-platform/) (starting at $5/mo) or comment out the `worker_loaders` block of your `wrangler.jsonc` configuration file to disable plugins. ```bash npm create emdash@latest