first install this npm install dotenv //then add this on the top of the your code require("dotenv").config(); //first create file with name of .env ...
確定! 回上一頁