fix: .env is located next to package.json
This commit is contained in:
2
tests/binary_test/env_parent/src/main.ts
Normal file
2
tests/binary_test/env_parent/src/main.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
const value = process.env.BUN_ENV_PARENT_TEST ?? "missing";
|
||||
console.log(value);
|
||||
Reference in New Issue
Block a user