Skip to content

Commit

Permalink
fix: vite exports for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed Nov 8, 2024
1 parent c0abe4e commit ce4f2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from "./types";
export * from "./utils";
export * from "./sessionManager";
export * from "./utils/token/index.ts";
export * from "./utils/token";

0 comments on commit ce4f2ce

Please sign in to comment.