The monorepo's pnpm install peaks above Node's default ~2 GB old-space
heap on the 8 GB Workers Builds container, so installs OOM
nondeterministically during deploys. Set NODE_OPTIONS=--max-old-space-size=6144
as a build var (wrangler vars are injected into the build environment)
on the demo and infra Workers that deploy via Workers Builds. No runtime
effect; workerd ignores NODE_OPTIONS.
* chore: add plugins-site worker for plugins.emdashcms.com
Adds an assets-only Worker that serves a placeholder index.html and the
ATProto well-known DID file for plugins.emdashcms.com. The handle was
migrated from emdashplugins.npmx.social and needs the well-known
endpoint live so Bluesky's identity resolver can verify it.
* chore: update lockfile for plugins-site workspace