Skip to content

Instantly share code, notes, and snippets.

@remy
Created December 14, 2017 17:26
Show Gist options
  • Save remy/968b8937a153127cfae4a173b6000c1e to your computer and use it in GitHub Desktop.
Save remy/968b8937a153127cfae4a173b6000c1e to your computer and use it in GitHub Desktop.
console.log(process.env.FOO);
{
"scripts": {
"start": "node -r dotenv-extended/config index.js",
"dev": "nodemon -r dotenv-extended/config index.js"
},
"dependencies": {
"dotenv-extended": "^2.0.1",
"nodemon": "^1.12.7"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment