Skip to content

Commit

Permalink
chore(core): re-export from core/project-graph and core/file-utils (n…
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored and sidmonta committed Apr 2, 2022
1 parent 03f66e0 commit 24eb535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/workspace/src/core/file-utils.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from 'nx/src/core/file-utils';
1 change: 1 addition & 0 deletions packages/workspace/src/core/project-graph.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from 'nx/src/core/project-graph/project-graph';

0 comments on commit 24eb535

Please sign in to comment.