MCPcopy Index your code
hub / github.com/bigcommerce/stencil-cli / initConfig

Method initConfig

lib/BuildConfigManager.js:29–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 async initConfig() {
30 const config = await this._getConfig(this._buildConfigPath, this._oldBuildConfigPath);
31 this.development = config.development || this._devWorker;
32 this.production = config.production || this._prodWorker;
33 this.watchOptions = config.watchOptions;
34 }
35
36 initWorker() {
37 if (this._fs.existsSync(this._buildConfigPath)) {

Callers 4

runFunction · 0.95
runFunction · 0.95

Calls 1

_getConfigMethod · 0.95

Tested by

no test coverage detected