The process.env access was outside the typeof process check, which would throw in browser environments. Moved inside the Node.js/Bun block for consistency with other env var access. Also added changelog entry for #1320 and improved docs clarity.
The process.env access was outside the typeof process check, which would throw in browser environments. Moved inside the Node.js/Bun block for consistency with other env var access. Also added changelog entry for #1320 and improved docs clarity.