()
| 216 | >(); |
| 217 | |
| 218 | private shouldUseServicesOrchestrator(): boolean { |
| 219 | if (!this.services || this.services.length === 0) { |
| 220 | return false; |
| 221 | } |
| 222 | return true; |
| 223 | } |
| 224 | |
| 225 | constructor(cwd: string, options: DevServerOptions) { |
| 226 | this.cwd = cwd; |
no outgoing calls
no test coverage detected