Closed hbjydev closed 5 years ago
There's no need for import { config } from "dotenv"; config();, they thought of that and made dotenv/config an importable file that does everything for you
import { config } from "dotenv"; config();
dotenv/config
There's no need for
import { config } from "dotenv"; config();
, they thought of that and madedotenv/config
an importable file that does everything for you