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

Method configExists

lib/theme-config.js:194–196  ·  view source on GitHub ↗

* Check if the config.json file exists * @returns {boolean}

()

Source from the content-addressed store, hash-verified

192 * @returns {boolean}
193 */
194 configExists() {
195 return fs.existsSync(this.configPath);
196 }
197
198 /**
199 * Check if the schema.json file exists

Callers 3

runFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected