Skip to content

Commit

Permalink
Update DEFAULT_DENO_REGISTRY_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Dec 15, 2023
1 parent 105e942 commit e43ab98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ impl CacheSetting {
}

pub static DEFAULT_DENO_REGISTRY_URL: Lazy<Url> =
Lazy::new(|| Url::parse("https://registry-staging.deno.com").unwrap());
Lazy::new(|| Url::parse("https://jsr.io").unwrap());

/// A trait which allows asynchronous loading of source files into a module
/// graph in a thread safe way as well as a way to provide additional meta data
Expand Down

0 comments on commit e43ab98

Please sign in to comment.