Skip to content

Commit

Permalink
fix: usage in node env
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jan 17, 2024
1 parent 1af85c1 commit a78c88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/env-node/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function create() {
const env = new Environment([
FsUtilsFactory,
FetchFactory,
], baseEnv)
], { parent: baseEnv })
env.formats.import(formats)
return env
}
Expand Down

0 comments on commit a78c88e

Please sign in to comment.