Skip to content

Commit 6dbe494

Browse files
committed
Expose loadConfig
1 parent 3d4e068 commit 6dbe494

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ export function analyzeProject(projectDirectory: string = process.cwd()): Projec
4040
};
4141
}
4242

43+
export { loadConfig };
44+
4345
export type { TransformManager, GlintConfig, GlintLanguageServer };

0 commit comments

Comments
 (0)