adityanandanx/ecom

load environment variables through a config object

Ouverte

#7 ouverte le 26 mars 2024

 (0 commentaire) (0 réaction) (0 personne assignée)TypeScript (1 fork)auto 404
backendenhancementgood first issue

Métriques du dépôt

Stars
 (0 étoile)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

I should be able to access typed environment variables by-

import config from "./config";

console.log(config.TEST_USER_TOKEN);

and it must raise appropriate errors if the env variable does not exist.

Guide contributeur