mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
do some more worker rewriting
This commit is contained in:
parent
a25e71a6fd
commit
4ce4226afa
4 changed files with 33 additions and 2 deletions
|
@ -3,6 +3,7 @@ export { rewriteCss } from "./rewriters/css";
|
|||
export { rewriteHtml, rewriteSrcset } from "./rewriters/html";
|
||||
export { rewriteJs } from "./rewriters/js";
|
||||
export { rewriteHeaders } from "./rewriters/headers";
|
||||
export { rewriteWorkers } from "./rewriters/worker"
|
||||
export { BareClient } from "@mercuryworkshop/bare-mux"
|
||||
|
||||
export function isScramjetFile(src: string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue