blog.otaviocapila.devHow to add Environment Variables in Node.js with Typescript in a type-safe wayIntroduction In this article, I'm going to show you a type-safe way to add environment variables to your Node.js application, with Typescript. By default, Node.js does not recognize your .env file, so as soon as you start a brand-new application, pro...Mar 21, 2023·3 min read