When using Deno, is it still needed to install the dotenv and tsx packages?
Deno already comes with first-class support for TypeScript and built-in support for environment variables.
2 Replies
neither dotenv nor tsx are required (I don't use either in normal node)
Awesome! Thank you for your help!