Last active
December 19, 2017 12:18
-
-
Save alizhdanov/2d40cac17fdbdab4ae1263a48958ac5b to your computer and use it in GitHub Desktop.
set/get NODE_ENV
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# set NODE_ENV | |
export NODE_ENV=production | |
# get NODE_ENV | |
echo $NODE_ENV |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment