Workspaces issue: Error running deno run dev command while starting Oak server
Error running an Oak backend server which imports shared packages server lib I've created.
When running deno run dev in my backend app in my monorepo deno workspaces project.
I have shared a packages folder using workspaces (again workspaces being plugged as working on Syntax) But keep running into this error when trying to run my backend in the apps folder which imports the shared backend lib.
I can't seem to use my backend shared packages because of the error above. Any ideas on how to solve it?
When running deno run dev in my backend app in my monorepo deno workspaces project.
I have shared a packages folder using workspaces (again workspaces being plugged as working on Syntax) But keep running into this error when trying to run my backend in the apps folder which imports the shared backend lib.
I can't seem to use my backend shared packages because of the error above. Any ideas on how to solve it?
