How do you resolve workspace dependencies?
I have a package
When I try to deploy, however, I get this error:
How do I fix this?
@me/xyz in the same monorepo as my worker. I list the package as in the worker's package.json dependencies entry as workspace:^. It runs in wrangler dev fine.When I try to deploy, however, I get this error:
Could not resolve "@me/xyz"
You can mark the path "@me/xyz" as external to exclude it from the bundle, which will remove this error.
How do I fix this?
