wallet-connect-web-examples/advanced/dapps/vue-dapp-auth/plugins/globals.client.ts

6 lines
146 B
TypeScript
Raw Normal View History

// Adjustment for AuthClient
// relying on the `global` field that webpack exposes (but vite doesn't)
window.global ||= window
export default {}