mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 22:02:53 -04:00
4 lines
92 B
JavaScript
4 lines
92 B
JavaScript
module.exports = {
|
|
registry: process.env.IED_REGISTRY || 'https://registry.npmjs.org/',
|
|
}
|