types: NodeJS.ProcessEnv does not extend ImportMetaEnv (#20976)

This commit is contained in:
Alistair Smith
2025-07-11 14:16:11 -07:00
committed by GitHub
parent a059c76370
commit 70c22d41d6
3 changed files with 5 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ export const isBroken = isCI;
export const isASAN = basename(process.execPath).includes("bun-asan");
export const bunEnv: NodeJS.Dict<string> = {
...(process.env as NodeJS.Dict<string>),
...process.env,
GITHUB_ACTIONS: "false",
BUN_DEBUG_QUIET_LOGS: "1",
NO_COLOR: "1",