Skip to content

Commit

Permalink
feat: actually export the config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyameliaaaa committed Feb 8, 2023
1 parent e51c359 commit ebfaa58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
const helloWorld = 'hi';
export { helloWorld };
export * from 'config';

0 comments on commit ebfaa58

Please sign in to comment.