renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
10 lines (9 loc) • 405 B
JavaScript
//#region lib/modules/manager/npm/constants.ts
const PNPM_CACHE_BASE_DIR = "pnpm";
const PNPM_STORE_DIR = `${PNPM_CACHE_BASE_DIR}/store`;
const PNPM_CACHE_DIR = `${PNPM_CACHE_BASE_DIR}/cache`;
const YARN_CACHE_DIR = "yarn";
const YARN_GLOBAL_DIR = "berry";
//#endregion
export { PNPM_CACHE_BASE_DIR, PNPM_CACHE_DIR, PNPM_STORE_DIR, YARN_CACHE_DIR, YARN_GLOBAL_DIR };
//# sourceMappingURL=constants.js.map