Skip to content

Commit

Permalink
Force the CJS build to export the library under default.
Browse files Browse the repository at this point in the history
  • Loading branch information
sangaline committed Mar 7, 2024
1 parent 82d7f2a commit 5bebb42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ import { SindriClient } from "./client";

export default new SindriClient();

export const someProperty = "hello";

export type * from "./client";
export type { LogLevel } from "./logging";

0 comments on commit 5bebb42

Please sign in to comment.