mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-07 15:38:24 -04:00
19 lines
301 B
YAML
19 lines
301 B
YAML
storage: ./storage
|
|
middlewares:
|
|
audit:
|
|
enabled: true
|
|
uplinks:
|
|
npmjs:
|
|
url: https://registry.npmjs.org/
|
|
packages:
|
|
'@*/*':
|
|
access: $all
|
|
publish: $all
|
|
proxy: npmjs
|
|
'**':
|
|
access: $all
|
|
publish: $all
|
|
proxy: npmjs
|
|
logs:
|
|
- {type: stdout, format: pretty, level: error}
|