Skip to content

Commit

Permalink
fix: make --auto-cascade-env refer to .env.development if all related…
Browse files Browse the repository at this point in the history
… env vars are empty
  • Loading branch information
exKAZUu committed Sep 26, 2023
1 parent 7e31482 commit 1c0e9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared-lib-node/src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const yargsOptionsBuilderForEnv = {
type: 'boolean',
},
'auto-cascade-env': {
description: 'Same with --cascade-env=<WB_ENV || APP_ENV || NODE_ENV || "">.',
description: 'Same with --cascade-env=<WB_ENV || APP_ENV || NODE_ENV || "development">.',
type: 'boolean',
default: true,
},
Expand Down

0 comments on commit 1c0e9a2

Please sign in to comment.