backendenhancementgood first issue
倉庫指標
- 星標
- (0 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
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.