Deno + Vite + Local Packages Issue
Hello! I'm new to deno and I'm giving a try to deno 2. I have a Vite project that relies on local packages.
In node/bun, you would use workspace protocols in
Following Deno's documentation, I attempted to use relative imports in
However, this results in the following error:
I've set the
Thanks for any help!
In node/bun, you would use workspace protocols in
package.json (https://bun.sh/docs/install/workspaces):Following Deno's documentation, I attempted to use relative imports in
deno.json:However, this results in the following error:
I've set the
workspace field in the root deno.json file like this:Thanks for any help!
