feat: Cache | implement npm cache
This commit is contained in:
19
cache-infrastructure/npm/config.yaml
Normal file
19
cache-infrastructure/npm/config.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
storage: /verdaccio/storage
|
||||
|
||||
uplinks:
|
||||
npmjs:
|
||||
url: https://registry.npmjs.org/
|
||||
|
||||
packages:
|
||||
"@*/*":
|
||||
access: $all
|
||||
publish: never
|
||||
proxy: npmjs
|
||||
|
||||
"**":
|
||||
access: $all
|
||||
publish: never
|
||||
proxy: npmjs
|
||||
|
||||
log:
|
||||
- {type: stdout, format: pretty, level: http}
|
||||
Reference in New Issue
Block a user