Confistrig 😭

This commit is contained in:
wearrrrr 2024-10-20 11:59:28 -05:00
parent c063a45998
commit 6e0db0a1d3

View file

@ -36,7 +36,7 @@ pub type EncodeFn = Box<dyn Fn(String) -> String>;
struct Rewriter { struct Rewriter {
jschanges: Vec<JsChange>, jschanges: Vec<JsChange>,
base: Url, base: Url,
config: Confistrig, config: Config,
} }
pub struct Config { pub struct Config {