refactored out proxymanager from webshare to make it reusable
This commit is contained in:
parent
98aa414231
commit
84cb14680b
8 changed files with 622 additions and 109 deletions
|
|
@ -6,6 +6,10 @@
|
|||
},
|
||||
"include": ["src/**/*"],
|
||||
"references": [
|
||||
{ "path": "../types" }
|
||||
{ "path": "../types" },
|
||||
{ "path": "../cache" },
|
||||
{ "path": "../config" },
|
||||
{ "path": "../logger" },
|
||||
{ "path": "../http" }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue