mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 22:40:01 -04:00
Merge branch 'main' of https://github.com/MercuryWorkshop/aerojet
This commit is contained in:
commit
78116c2d0c
3 changed files with 18 additions and 6 deletions
|
@ -1,3 +1,5 @@
|
|||
import BareClient from "@mercuryworkshop/bare-mux";
|
||||
|
||||
import "./scope.ts";
|
||||
import "./window.ts";
|
||||
import "./event.ts";
|
||||
|
@ -21,5 +23,10 @@ declare global {
|
|||
interface Window {
|
||||
$s: any;
|
||||
$sImport: any;
|
||||
$client: BareClient;
|
||||
}
|
||||
}
|
||||
|
||||
const client = new BareClient();
|
||||
|
||||
export { client };
|
Loading…
Add table
Add a link
Reference in a new issue