You can specify which .env file path to use via the path
option with something like this:
require('dotenv').config({ path: `.env.${process.env.NODE_ENV}` })
You can specify which .env file path to use via the path
option with something like this:
require('dotenv').config({ path: `.env.${process.env.NODE_ENV}` })