Skip to content

Commit 93431a4

Browse files
committed
debug privy app id
1 parent 5a9cd7d commit 93431a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/connect/src/Boot.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ export function Boot() {
4444
}
4545
}, []);
4646

47+
// @ts-expect-error - window is not typed
48+
window.APP_VERSION = 'v1';
49+
// @ts-expect-error - window is not typed
50+
window.VITE_PRIVY_APP_ID = import.meta.env.VITE_PRIVY_APP_ID;
51+
4752
return (
4853
<QueryClientProvider client={queryClient}>
4954
<PrivyProvider

0 commit comments

Comments
 (0)