We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09ce129 + 520e1b9 commit d50f44dCopy full SHA for d50f44d
1 file changed
tests/types/test.ts
@@ -17,3 +17,8 @@ const dbHost: string = parsed["DB_HOST"];
17
18
const parsedFromBuffer = parse(Buffer.from("JUSTICE=league\n"));
19
const justice: string = parsedFromBuffer["JUSTICE"];
20
+
21
+config({
22
+ // make sure the type accepts process.env (it didn't in the past)
23
+ processEnv: process.env,
24
+});
0 commit comments