Xetera / typescript-starter

🏭 A starter typescript template powered by the modern tooling of the 21 century
MIT License
41 stars 3 forks source link

Shorten dotenv import (no need for config call) #2

Closed hbjydev closed 5 years ago

hbjydev commented 5 years ago

There's no need for import { config } from "dotenv"; config();, they thought of that and made dotenv/config an importable file that does everything for you