Files
chat/server/test/setup.ts
2026-04-25 16:36:34 +08:00

7 lines
93 B
TypeScript

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