refactored out proxymanager from webshare to make it reusable

This commit is contained in:
Boki 2025-06-20 11:54:59 -04:00
parent 98aa414231
commit 84cb14680b
8 changed files with 622 additions and 109 deletions

View file

@ -6,6 +6,10 @@
},
"include": ["src/**/*"],
"references": [
{ "path": "../types" }
{ "path": "../types" },
{ "path": "../cache" },
{ "path": "../config" },
{ "path": "../logger" },
{ "path": "../http" }
]
}