feat(unstable): ability to use a local copy of jsr packages (#25068)

This commit is contained in:
David Sherret 2024-08-20 10:11:43 -04:00 committed by GitHub
parent 19bcb40059
commit f1c58ec041
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
45 changed files with 323 additions and 26 deletions

View file

@ -1085,7 +1085,7 @@ impl CliOptions {
};
Ok(
self
.start_dir
.workspace()
.create_resolver(
CreateResolverOptions {
pkg_json_dep_resolution,