Searched refs:aceProfilePath (Results 1 – 5 of 5) sorted by relevance
74 aceProfilePath: string; property in ProjectConfig143 …this.aceProfilePath = `${proPath}/${this.entryModuleName}/${mode}/res/default/resources/base/profi…
216 if (envArgs.aceProfilePath) {217 projectConfig.aceProfilePath = envArgs.aceProfilePath;
85 projectConfig.aceProfilePath = projectConfig.aceProfilePath || process.env.aceProfilePath;
210 process.env.aceProfilePath = env.aceProfilePath || process.env.aceProfilePath;
125 …aceModuleJsonPath=${process.env.aceModuleJsonPath} aceProfilePath=${process.env.aceProfilePath} ` +