mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 07:44:48 -05:00
refactor: update reg url (#21595)
This commit is contained in:
parent
81a6504e67
commit
cf1ba2f7e8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue