mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-25 20:21:45 +00:00
37 lines
680 B
JSON
37 lines
680 B
JSON
|
{
|
||
|
"name": "WSL - Sudo - NPM",
|
||
|
"cmd": "wsl sudo npm",
|
||
|
"set": [
|
||
|
{
|
||
|
"args": [
|
||
|
"config",
|
||
|
"set",
|
||
|
"proxy"
|
||
|
],
|
||
|
"equator": "="
|
||
|
}, {
|
||
|
"args": [
|
||
|
"config",
|
||
|
"set",
|
||
|
"https-proxy"
|
||
|
],
|
||
|
"equator": "="
|
||
|
}
|
||
|
],
|
||
|
"unset": [
|
||
|
{
|
||
|
"args": [
|
||
|
"config",
|
||
|
"delete",
|
||
|
"proxy"
|
||
|
]
|
||
|
}, {
|
||
|
"args": [
|
||
|
"config",
|
||
|
"delete",
|
||
|
"https-proxy"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|