| 1 | import { appendFile } from 'node:fs/promises'; |
| 2 | import { getGlobalVariable } from '../../utils/env'; |
| 3 | import { getActivePackageManager, installWorkspacePackages } from '../../utils/packages'; |
| 4 | import { ng } from '../../utils/process'; |
nothing calls this directly
no test coverage detected