Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

aniftyco-archive/process-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

process-env

dotenv file loading

Clone of @next/env for loading dotenv files with proper priorities, for usage outside of Next.js

Intallation

npm install --save add process-env

Usage

import { loadEnvConfig } from 'process-env';

loadEnvConfig(__dirname);