We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9cd7d commit 93431a4Copy full SHA for 93431a4
apps/connect/src/Boot.tsx
@@ -44,6 +44,11 @@ export function Boot() {
44
}
45
}, []);
46
47
+ // @ts-expect-error - window is not typed
48
+ window.APP_VERSION = 'v1';
49
50
+ window.VITE_PRIVY_APP_ID = import.meta.env.VITE_PRIVY_APP_ID;
51
+
52
return (
53
<QueryClientProvider client={queryClient}>
54
<PrivyProvider
0 commit comments