()
| 74 | } |
| 75 | |
| 76 | async getStencilInfo() { |
| 77 | const { apiHost, normalStoreUrl, port } = await this._stencilConfigManager.read(); |
| 78 | return { |
| 79 | apiHost, |
| 80 | normalStoreUrl, |
| 81 | port, |
| 82 | }; |
| 83 | } |
| 84 | |
| 85 | checkExecutableLocation(themeConfig) { |
| 86 | if (!themeConfig.configExists()) { |