Skip to content

Commit c7f66ff

Browse files
committed
export set proxy url
1 parent c085a69 commit c7f66ff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * from './api';
22
export * from './ui';
3+
export * from './utils';

src/utils/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { setProxyUrl } from './proxify';

0 commit comments

Comments
 (0)