mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
0d2b58f899
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
22 lines
616 B
YAML
22 lines
616 B
YAML
defaultSemverRangePrefix: ""
|
|
|
|
enableGlobalCache: false
|
|
|
|
npmRegistryServer: "https://registry.npmjs.org"
|
|
|
|
# for local development usage
|
|
# npmRegistryServer: "http://localhost:4873/"
|
|
# unsafeHttpWhitelist:
|
|
# - localhost
|
|
|
|
plugins:
|
|
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
|
spec: "@yarnpkg/plugin-workspace-tools"
|
|
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
|
spec: "@yarnpkg/plugin-interactive-tools"
|
|
- ./yarn-plugins/plugin-postinstall.js
|
|
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
|
|
spec: "@yarnpkg/plugin-typescript"
|
|
|
|
yarnPath: .yarn/releases/yarn-3.8.3.cjs
|