my project like this
my-project
│
├─ node_modules *
├─ packages
│ ├─ a
│ │ └─ package.json
│ └─ b
│ └─ package.json
├─ package.json
In a's and b's package.json, I set their name "@mono/a" and "@mono/b",
how can I get a symlink @mono in my project's node_modules(the *), I've created and edited the pnpm-workspace.yaml
file.