优化
This commit is contained in:
6
server/test/setup.ts
Normal file
6
server/test/setup.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import dotenv from 'dotenv';
|
||||
|
||||
/**
|
||||
* 读取.env环境变量配置文件
|
||||
*/
|
||||
dotenv.config();
|
||||
Reference in New Issue
Block a user