| 1 | import { type Tree, updateProjectConfiguration } from '@nx/devkit'; |
| 2 | import path from 'node:path'; |
| 3 | import { readProjectConfiguration } from 'nx/src/generators/utils/project-configuration'; |
| 4 | import { |
nothing calls this directly
no test coverage detected