diff --git a/doc/pages/index.mdx b/doc/pages/index.mdx index e21672a..04e8ddd 100644 --- a/doc/pages/index.mdx +++ b/doc/pages/index.mdx @@ -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