mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
fix import proxy
This commit is contained in:
parent
275950387a
commit
aafcbeb5e4
4 changed files with 10 additions and 13 deletions
|
@ -8,10 +8,6 @@ import { isScramjetFile } from "./rewriters/html";
|
|||
import { BareClient } from "@mercuryworkshop/bare-mux";
|
||||
import { parseDomain } from "parse-domain";
|
||||
|
||||
if (!self.$scramjet) {
|
||||
//@ts-expect-error really dumb workaround
|
||||
self.$scramjet = {};
|
||||
}
|
||||
self.$scramjet.shared = {
|
||||
util: {
|
||||
isScramjetFile,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue