// src/globals.ts import crypto from "crypto"; if (typeof global.crypto === "undefined") { global.crypto = crypto; }