mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-28 03:51:40 -04:00
4 lines
92 B
JavaScript
4 lines
92 B
JavaScript
module.exports = {
|
|
registry: process.env.IED_REGISTRY || 'https://registry.npmjs.org/',
|
|
}
|