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] 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 ```