Revert "fix fetch proxy behavior"

This reverts commit ab226abb42.
This commit is contained in:
velzie 2024-07-18 20:57:36 -04:00
parent a7f882a3c5
commit f5d4f00ae8
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F
4 changed files with 12 additions and 18 deletions

View file

@ -1,5 +1,3 @@
import BareClient from "@mercuryworkshop/bare-mux";
import "./scope.ts";
import "./window.ts";
import "./event.ts";
@ -23,10 +21,5 @@ declare global {
interface Window {
$s: any;
$sImport: any;
$client: BareClient;
}
}
const client = new BareClient();
export { client };