mirror of https://github.com/ghostfolio/ghostfolio
1 changed files with 1 additions and 1 deletions
@ -1,3 +1,3 @@ |
|||||
import { TextEncoder, TextDecoder } from 'node:util'; |
import { TextDecoder, TextEncoder } from 'node:util'; |
||||
|
|
||||
Object.assign(global, { TextDecoder, TextEncoder }); |
Object.assign(global, { TextDecoder, TextEncoder }); |
||||
|
|||||
Loading…
Reference in new issue