Using workspace:*
instead of just *
in workspaces
#5375
Labels
docs
Improvements or additions to documentation
workspace:*
instead of just *
in workspaces
#5375
What is the type of issue?
Documentation is incorrect, Example code is not working
What is the issue?
As found in this link, when in a monorepo, we must use a
"*"
to represent other packages in the same workspace. However, there were errors when I tried replicating the documentation.Upon further research, I found this open issue where we have to use
"workspace:*"
instead.Bun version: 1.0
Where did you find it?
https://bun.sh/guides/install/workspaces
https://bun.sh/guides/install/workspaces
The text was updated successfully, but these errors were encountered: