* fix(core): automatically add root to the project.json projects * chore(core): move project-configuration generator utils to nx package * fix(core): add migrations to remove root
3 lines
187 B
TypeScript
3 lines
187 B
TypeScript
export { createTreeWithEmptyWorkspace } from 'nx/src/generators/testing-utils/create-tree-with-empty-workspace';
|
|
export { createTree } from 'nx/src/generators/testing-utils/create-tree';
|