tools: add a new readonly VPM server mirror url, to mitigate failures of the main vpm.vlang.io

master
Delyan Angelov 2022-06-21 12:27:27 +03:00
parent e505fcdac0
commit f08c768c8e
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import vhelp
import v.vmod
const (
default_vpm_server_urls = ['https://vpm.vlang.io']
default_vpm_server_urls = ['https://vpm.vlang.io', 'https://vpm.url4e.com']
valid_vpm_commands = ['help', 'search', 'install', 'update', 'upgrade', 'outdated',
'list', 'remove', 'show']
excluded_dirs = ['cache', 'vlib']