feat: 完善 SDD 模块配置,添加 --headless 参数
This commit is contained in:
@@ -44,7 +44,7 @@ class SDDService {
|
||||
}
|
||||
|
||||
private getExeArgs(): string[] {
|
||||
return ['--port', this.port.toString()];
|
||||
return ['--port', this.port.toString(), '--headless'];
|
||||
}
|
||||
|
||||
private async checkHealth(): Promise<boolean> {
|
||||
|
||||
Reference in New Issue
Block a user