fastify / env-schema

Validate your env variable using Ajv and dotenv
MIT License
212 stars 25 forks source link

A demo application with env-schema for reference - should we mention anywhere here to help others? #142

Closed lirantal closed 1 year ago

lirantal commented 1 year ago

Prerequisites

Issue

Hey folks,

env-schema is great. I'm building a repository that demonstrates a fully functional Fastify application with env-schema, fastify/env, and dotenv. Would it be relevant to link it here anywhere in this or other repositories?

mcollina commented 1 year ago

Sure thing, I think it would be very useful!

lirantal commented 1 year ago

I'll workout a PR with updates for it.