1 2 3 4 5 6
export const bunEnv: any = { ...process.env, BUN_DEBUG_QUIET_LOGS: "1", NO_COLOR: "1", FORCE_COLOR: undefined, };