-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I would like to set NODE_ENV like the following, because I cannot use NODE_ENV=development on Windows.
$ dotenv-flow -e development -- prisma migrate devI think the following implementation
const path = argv.p;
- dotenvExpand.expand(dotenv.config({ path }));
+ const node_env = argv.e;
+ dotenvExpand.expand(dotenv.config({ path, node_env }));Metadata
Metadata
Assignees
Labels
No labels