mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-05 20:51:36 -05:00
6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
module.exports = {
|
|
concurrency: 16,
|
|
storePath: 'node_modules/.store',
|
|
logger: 'pretty'
|
|
}
|