load-dotenv
Advanced tools
+1
-1
| { | ||
| "name": "load-dotenv", | ||
| "version": "0.0.3", | ||
| "version": "0.0.4", | ||
| "description": "Automatically load the closest .env file", | ||
@@ -5,0 +5,0 @@ "author": "Zach Olivare <https://github.com/0livare>", |
+2
-2
@@ -15,2 +15,4 @@ # Load Dot ENV | ||
| Add this import before any other import in your project: | ||
| ```js | ||
@@ -22,4 +24,2 @@ import 'load-dotenv/load'; | ||
| Add this import before any other import in your project: | ||
| ```js | ||
@@ -26,0 +26,0 @@ import { findEnv } from 'load-dotenv'; |