Skip to content

Commit 44315f8

Browse files
committed
🏷️ await loadEnv()
1 parent 54e57c7 commit 44315f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const NodeEnv = {
2525
test: "test",
2626
} as const
2727

28-
const parsed = loadEnv()
28+
const parsed = await loadEnv()
2929

3030
export const NODE_ENV = toNodeEnv(parsed.NODE_ENV)
3131

0 commit comments

Comments
 (0)