mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
types: NodeJS.ProcessEnv does not extend ImportMetaEnv (#20976)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user