Koa2-CJS/src/config/env.config.js

4 lines
78 B
JavaScript

const { config } = require("dotenv");
config({ path: "./src/config/.env" });