# The SSR vite build needs more than Node's ~2 GiB default heap. pnpm passes
# this to every script via NODE_OPTIONS, which covers `pnpm run build` wherever
# it runs — the Deploy to Cloudflare builder, self-hosters, and local checkouts
# — without each environment having to remember to set it (CI and the Docker
# image already did; this makes it universal).
node-options=--max-old-space-size=4096
