Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct import of 'constants' from 'node:fs' for Node.js 14 comp…
…atibility In Node.js 14, 'fs/promises' does not export 'constants'. This change ensures 'constants' is imported directly from 'node:fs' for compatibility with Node.js 14.
- Loading branch information