backendenhancementgood first issue
Repository metrics
- Stars
- (0 stars)
- PR merge metrics
- (PR metrics pending)
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.