798598cfff
Signed-off-by: T-Hax <>
21 lines
587 B
YAML
21 lines
587 B
YAML
enableTelemetry: false
|
|
|
|
npmAuthToken: ${GITEA_AUTH_TOKEN}
|
|
|
|
npmPublishRegistry: https://${TARGET_REGISTRY_DOMAIN}/api/packages/${TARGET_REGISTRY_USER}/npm/
|
|
|
|
npmScopes:
|
|
tornado:
|
|
npmRegistryServer: https://${TARGET_REGISTRY_DOMAIN}/api/packages/${TARGET_REGISTRY_USER}/npm/
|
|
|
|
packageExtensions:
|
|
"@resolver-engine/imports-fs@*":
|
|
dependencies:
|
|
"@resolver-engine/core": "*"
|
|
|
|
plugins:
|
|
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
|
spec: "@yarnpkg/plugin-workspace-tools"
|
|
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
|
|
spec: "@yarnpkg/plugin-version"
|