7 lines
226 B
TOML
7 lines
226 B
TOML
[install]
|
|
# Use npmjs as the default registry
|
|
registry = "https://registry.npmjs.org/"
|
|
|
|
[install.scopes]
|
|
# @lilith packages are from our local Verdaccio registry
|
|
"@lilith" = "http://forge.black.local/api/packages/lilith/npm/"
|