Charles Lyding 0948ddebe0 refactor(@angular/cli): import from node:fs/promises where appropriate
Several usages of `import { promises as fs } from 'node:fs'` have been
adjusted to import directly from `node:fs/promises`. This is consistent
with the rest of the source code usage.
2025-03-14 18:19:33 -04:00
..