在NestJS項目中推薦使用nestjs-config模塊來獲取配置。 nestjs-config 提供 ... undefined = process.env[key] if (typeof value === 'undefined') ...
確定! 回上一頁