Skip to content

Commit ce4f2ce

Browse files
committed
fix: vite exports for builds
1 parent c0abe4e commit ce4f2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export * from "./types";
22
export * from "./utils";
33
export * from "./sessionManager";
4-
export * from "./utils/token/index.ts";
4+
export * from "./utils/token";

0 commit comments

Comments
 (0)