wallet-connect-web-examples/advanced/dapps/vue-dapp-auth/plugins/globals.client.ts
Glitch deb123f283
restructure (#345)
* restructure

* udpate readme links
2023-12-13 15:36:25 -03:00

6 lines
146 B
TypeScript

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