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