(fix) nbsp vs space wrapping issue
This commit is contained in:
parent
4b3d21739b
commit
58bc4959f6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ tags: ['.env', '11ty', 'eleventy']
|
||||||
---
|
---
|
||||||
|
|
||||||
**dotenv-flow:**
|
**dotenv-flow:**
|
||||||
> **dotenv-flow** extends **dotenv** adding the ability to have multiple `.env*` files like `.env.development`, `.env.test` and `.env.production`, also allowing defined variables to be overwritten individually in the appropriate `.env*.local` file.
|
> **dotenv-flow** extends **dotenv** adding the ability to have multiple `.env*` files like `.env.development`, `.env.test` and `.env.production`, also allowing defined variables to be overwritten individually in the appropriate `.env*.local` file.
|
||||||
|
|
||||||
The Eleventy docs recommend the `dotenv` package for working with `.env` files[^1], but I've found `dotenv-flow` to be a bit more useful inasmuch as support for `.env*` file patterns make development more convenient.<!-- excerpt -->
|
The Eleventy docs recommend the `dotenv` package for working with `.env` files[^1], but I've found `dotenv-flow` to be a bit more useful inasmuch as support for `.env*` file patterns make development more convenient.<!-- excerpt -->
|
||||||
|
|
||||||
|
|
Reference in a new issue