19c687c9d2
Signed-off-by: AlienTornadosaurusHex <>
22 lines
608 B
YAML
22 lines
608 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"
|
|
|
|
httpTimeout: 1000000 |