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