@youseedk/jss-dotenv
v1.3.4
Published
Loads environment variables.
Downloads
4
Keywords
Readme
jss-dotenv
Standard and default environments filenames
.env
.env-default.env
.env.default
(will be deprecated)
Load order
system environments
.env
- If exists. Will not overwrite system environments..env-default.env
- If exists. Will not overwrite standard or system environments.
Installation
npm install @youseedk/jss-dotenv
Usage
import '@youseedk/jss-dotenv';