Answers for "dotenv js array"

8

node dotenv

require('dotenv').config();

console.log(process.env.MY_ENV_VAR);
Posted by: Guest on October-07-2020
0

how to use dotenv in javascript

#in you cmd type this command

npm i dotenv

#and then require it in you javascript using :
require("dotenv").config()
Posted by: Guest on March-05-2021

Browse Popular Code Answers by Language