Skip to content

Commit

Permalink
shell.env.PORT_ENV & child precoss bug ❌
Browse files Browse the repository at this point in the history
  • Loading branch information
xgqfrms committed Oct 14, 2021
1 parent 2cd0072 commit 8cf6e9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "set-process-env",
"version": "0.0.15",
"version": "0.0.16",
"description": "export / set node.js process env for PORT_ENV",
"author": "xgqfrms",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions spe
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ if(isMac) {
// shell.env['"' + key + '"'] = env;
// shell.env[`"${key}"`] = env;
shell.env[key] = env;
// shell.env.PORT_ENV = 8090;

console.log('\n🎉 finished!');

Expand Down

0 comments on commit 8cf6e9d

Please sign in to comment.