(stencilConfig, cliOptions)
| 144 | } |
| 145 | |
| 146 | updateApiHost(stencilConfig, cliOptions) { |
| 147 | const host = cliOptions.apiHost || API_HOST; |
| 148 | console.log('Set API host to: ' + host); |
| 149 | return { ...stencilConfig, apiHost: host }; |
| 150 | } |
| 151 | |
| 152 | /** |
| 153 | * @param {object} stencilConfig |
no test coverage detected