(fix) nbsp vs space wrapping issue

This commit is contained in:
Cory Dransfeldt 2023-03-25 11:18:54 -07:00
parent 4b3d21739b
commit 58bc4959f6
No known key found for this signature in database

View file

@ -6,7 +6,7 @@ tags: ['.env', '11ty', 'eleventy']
---
**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 -->