/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
scripts/e2e/verdaccio.yml
33 строки
720 B
Nicola Corti
Move helloworld to build from artifacts on Android (#45517)
19 июл 2024, 18:55
19 июл 2024, 18:55
e50e554
Код
Авторство
О чём код?
storage: /tmp/verdaccio listen: - 0.0.0.0:4873 # See https://github.com/actions/runner-images/issues/10061 auth: htpasswd: file: ./htpasswd uplinks: npmjs: url: https://registry.npmjs.org/ max_fails: 40 maxage: 30m timeout: 60s fail_timeout: 10m cache: false agent_options: keepAlive: true maxSockets: 40 maxFreeSockets: 10 packages: # Group and isolate all local packages, avoid being proxy from outside '@react-native/*': access: $all publish: $all '@*/*': access: $all publish: $authenticated proxy: npmjs '**': access: $all publish: $all proxy: npmjs logs: - {type: file, path: verdaccio.log, format: json, level: warn}