Lines Matching refs:config
28 h.HVIGOR_ENGINE_PACKAGE_NAME = "@ohos/hvigor", h.PNPM_TOOL = (0, v.isWindows)() ? "pnpm.cmd" : "pnpm", h.NPM_TOOL = (0, v.isWindows)() ? "npm.cmd" : "npm", h.HVIGOR = "hvigor", h.PNPM = "pnpm", h.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME = "hvigor-config.json5", h.DEFAULT_PACKAGE_JSON = "package.json", h.HVIGOR_USER_HOME_DIR_NAME = ".hvigor", h.PROJECT_CACHES = "project_caches";
2733 qo(`configure with config = ${e}`);
2868 if (t(`configForCategory: searching for config for ${e}`), o.has(e)) return t(`configForCategory: ${e} exists in config, returning it`), o.get(e);
3137 throw new Error(`Problem reading config from file "${e}". Error was ${t.message}`, t)
4574 r = (0, a.spawnSync)(n, ["config", "get", "prefix"], { cwd: E.HVIGOR_PROJECT_ROOT_DIR });
4654 Ql.existsSync(e) || (0, cf.logErrorAndExit)(`Error: Hvigor config file ${e} does not exist.`);
4662 const e = tf.default.argv.slice(2), t = /^(--config|-c).*/, n = /^(--config|-c)$/, r = {};
4727 const e = ["config", "set", "store-dir", ff.HVIGOR_PNPM_STORE_PATH],