mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 04:31:45 +00:00
37 lines
675 B
JSON
37 lines
675 B
JSON
{
|
|
"name": "WSL - User - NPM",
|
|
"cmd": "wsl npm",
|
|
"set": [
|
|
{
|
|
"args": [
|
|
"config",
|
|
"set",
|
|
"proxy"
|
|
],
|
|
"equator": "="
|
|
}, {
|
|
"args": [
|
|
"config",
|
|
"set",
|
|
"https-proxy"
|
|
],
|
|
"equator": "="
|
|
}
|
|
],
|
|
"unset": [
|
|
{
|
|
"args": [
|
|
"config",
|
|
"delete",
|
|
"proxy"
|
|
]
|
|
}, {
|
|
"args": [
|
|
"config",
|
|
"delete",
|
|
"https-proxy"
|
|
]
|
|
}
|
|
]
|
|
}
|