From 4a85a7948fe6f99f79ff11a92b14548a661c91fd Mon Sep 17 00:00:00 2001 From: edoardocrippaofficial Date: Fri, 10 May 2024 16:58:27 +0200 Subject: [PATCH] Applied readme suggestions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f4ddde6..2768570 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ fastify.get('/', (request, reply) => { // output: { PORT: 3000 } }) ``` +Note that the `getEnvs` decorators will not be added if they already exist. This module is a wrapper around [env-schema](https://www.npmjs.com/package/env-schema). To read an `.env` file you must set `dotenv` in the options: