fix: 移除Windows控制台配置并修改后端进程stdio设置
This commit is contained in:
@@ -124,7 +124,7 @@ async function startBackend() {
|
||||
...process.env,
|
||||
NODE_ENV: process.env.NODE_ENV || 'production',
|
||||
},
|
||||
stdio: 'inherit',
|
||||
stdio: 'pipe',
|
||||
});
|
||||
|
||||
backendProcess.on('error', (error) => {
|
||||
|
||||
Reference in New Issue
Block a user