@youseedk/jss-dotenv
TypeScript icon, indicating that this package has built-in type declarations

1.3.4 • Public • Published

jss-dotenv

Standard and default environments filenames

  • .env
  • .env-default.env
  • .env.default (will be deprecated)

Load order

  1. system environments
  2. .env - If exists. Will not overwrite system environments.
  3. .env-default.env - If exists. Will not overwrite standard or system environments.

Installation

npm install @youseedk/jss-dotenv

Usage

import '@youseedk/jss-dotenv';

Readme

Keywords

none

Package Sidebar

Install

npm i @youseedk/jss-dotenv

Weekly Downloads

6

Version

1.3.4

License

ISC

Unpacked Size

3.71 kB

Total Files

5

Last publish

Collaborators

  • razvanmorut
  • vercell
  • grandorf
  • havgry
  • yousee