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