MCPcopy Create free account
hub / github.com/bigcommerce/stencil-cli / getStencilInfo

Method getStencilInfo

lib/StencilDebug.js:76–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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()) {

Callers 1

runMethod · 0.95

Calls 1

readMethod · 0.80

Tested by

no test coverage detected