tools: add a new readonly VPM server mirror url, to mitigate failures of the main vpm.vlang.io
parent
e505fcdac0
commit
f08c768c8e
|
@ -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']
|
||||
|
|
Loading…
Reference in New Issue