8 lines
217 B
JavaScript
8 lines
217 B
JavaScript
//https://stackoverflow.com/a/68468204/1643179
|
|
|
|
import { TextDecoder, TextEncoder } from "util";
|
|
|
|
Object.assign(global, { TextDecoder, TextEncoder });
|
|
process.env.PAT_1 = "dummyPAT1";
|
|
process.env.PAT_2 = "dummyPAT2";
|