Commit Graph

2 Commits

Author SHA1 Message Date
Matt Kane 7e4a9c915d fix(builds): raise Node heap for Workers Builds installs via NODE_OPTIONS (#1621)
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.
2026-06-25 13:16:18 +01:00
Matt Kane 8252e627c6 chore: add plugins-site worker for plugins.emdashcms.com (#1039)
* 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
2026-05-14 10:58:02 +00:00