Skip to content

Commit

Permalink
feat/update env plugin names
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelPanic92 authored Jun 7, 2024
1 parent 120eeb0 commit 0481e98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ This standardization ensures a cohesive development environment and simplifies t

We use [Dotenv Vault](https://www.dotenv.org/docs/security/env-vault) created at the root of the monorepo.
Each application within the monorepo has access only to the parameters relevant to it, utilizing prefix filtering
tools such as [Vite](https://vitejs.dev/guide/env-and-mode#env-files), [Webpack](https://www.npmjs.com/package/@dotenv-run/webpack),
[Jest](https://www.npmjs.com/package/@dotenv-run/jest), [Angular](https://www.npmjs.com/package/@ngx-env/builder) and
[dotenv-run](https://dotenv.run/).
tools such as [Vite env-and-mode](https://vitejs.dev/guide/env-and-mode#env-files), [Webpack with @dotenv-run/webpack](https://www.npmjs.com/package/@dotenv-run/webpack),
[Jest with @dotenv-run/jest](https://www.npmjs.com/package/@dotenv-run/jest), [Angular with @ngx-env/builder](https://www.npmjs.com/package/@ngx-env/builder) and
[dotenv-run](https://dotenv.run).

#### Benefits of Centralized Configuration

Expand Down

0 comments on commit 0481e98

Please sign in to comment.