6 lines
146 B
TypeScript
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 {}
|