mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
feat(unstable): ability to use a local copy of jsr packages (#25068)
This commit is contained in:
parent
19bcb40059
commit
f1c58ec041
45 changed files with 323 additions and 26 deletions
|
@ -1085,7 +1085,7 @@ impl CliOptions {
|
|||
};
|
||||
Ok(
|
||||
self
|
||||
.start_dir
|
||||
.workspace()
|
||||
.create_resolver(
|
||||
CreateResolverOptions {
|
||||
pkg_json_dep_resolution,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue