Skip to content

Commit

Permalink
fix: update invalid exports
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Sep 14, 2024
1 parent dae0f26 commit 2be2b87
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tooling/build-env/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
export { getEnvironmentsRoot, getEnvironmentRoot } from './shared/setup';
export {
getEnvironmentsRoot,
getEnvironmentRoot,
} from './internal/utils/setup';
export { createNodes } from './plugin/plugin';

0 comments on commit 2be2b87

Please sign in to comment.