Currently, the root `package.json` should be specified in `pnpm-workspace.yaml` via `'.'`. For instance ```yaml packages: - '.' - 'packages/**' ```
Currently, the root
package.jsonshould be specified inpnpm-workspace.yamlvia'.'.For instance