You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bun install
npm link // `bun link` does not create a global link, which I assume is known behavior
bunrepro
What is the expected behavior?
When running bunrepo, you should see our TEST_ENV_VAR=123 within the console log output of process.env. (We do see TEST_ENV_VAR=123 in this output when running bun index.ts directly, as expected.)
What do you see instead?
When running bunrepo, TEST_ENV_VAR=123 is NOT present in the console log output of process.env.
Additional information
No response
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.1.35-canary.51+357581c61
What platform is your computer?
Darwin 24.1.0 arm64 arm
What steps can reproduce the bug?
.env
with some valueTEST_ENV_VAR=123
index.ts
containingpackage.json
bun install npm link // `bun link` does not create a global link, which I assume is known behavior bunrepro
What is the expected behavior?
When running
bunrepo
, you should see ourTEST_ENV_VAR=123
within the console log output ofprocess.env
. (We do seeTEST_ENV_VAR=123
in this output when runningbun index.ts
directly, as expected.)What do you see instead?
When running
bunrepo
,TEST_ENV_VAR=123
is NOT present in the console log output ofprocess.env
.Additional information
No response
The text was updated successfully, but these errors were encountered: