This repository has no description

fix: import crypto from node:crypto for Node.js compatibility master

The CLI uses crypto.subtle in getContentHash() but relied on the Bun-global crypto object. This fails in Node.js environments (e.g. GitHub Actions). Explicitly importing from node:crypto works in both.


+1
1 changed file