mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-28 19:14:56 -04:00
7 lines
120 B
JavaScript
7 lines
120 B
JavaScript
module.exports = {
|
|
concurrency: 16,
|
|
storePath: 'node_modules/.store',
|
|
globalPath: '~/.pnpm',
|
|
logger: 'pretty'
|
|
}
|