adityanandanx/ecom
load environment variables through a config object
Ouverte
#7 ouverte le 26 mars 2024
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.