import dotenv from 'dotenv';

/**
 * 读取.env环境变量配置文件
 */
dotenv.config();