foofoo located at stuff/foo/deno.jsonstuff/foo/deno.json which has a few imports from jsr, npm, etc.stuff/bar/deno.jsonstuff/bar/deno.json and the file stuff/bar/main.tsstuff/bar/main.ts contains import * from "foo"import * from "foo".foofoo resolve to my local package?"foo": "/full/path/to/stuff/foo/entrypoint.ts""foo": "/full/path/to/stuff/foo/entrypoint.ts" under "imports""imports" in stuff/bar/deno.jsonstuff/bar/deno.json, then deno run stuff/bar/entrypoint.tsdeno run stuff/bar/entrypoint.ts complains that it can't find all the jsr, npm, etc dependencies of my first project.foofoo on GitHub, but this doesn't actually change anything.foofoo, but that's a whole different can of worms that produces ridiculous bundle sizes.Join the Discord to ask follow-up questions and connect with the community