2 lines
66 B
JavaScript
2 lines
66 B
JavaScript
|
// Initalize dotenv to read .env files
|
||
|
require("dotenv").config();
|