perf: 带入环境

This commit is contained in:
msojocs 2025-01-22 13:32:28 +08:00
parent 57ae4ddec5
commit 2a47332802

View File

@ -49,6 +49,7 @@ const wcc = (args: string[], projectPath: string): Promise<string> => {
args, args,
{ {
cwd: projectPath, cwd: projectPath,
env: process.env,
} }
); );
const spwanData: any[] = [], const spwanData: any[] = [],