refactor: update reg url (#21595)

This commit is contained in:
Bartek Iwańczuk 2023-12-15 14:14:28 +01:00 committed by GitHub
parent 81a6504e67
commit cf1ba2f7e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,7 @@ pub fn deno_registry_url() -> &'static Url {
}
}
deno_graph::source::DEFAULT_DENO_REGISTRY_URL.clone()
Url::parse("https://jsr.io/").unwrap()
});
&DENO_REGISTRY_URL