A `pnpm-workspace.yaml` file can be used in the root of a
multi-package repository to specify an array of globs to use
as package locations.
Example of a `pnpm-workspace.yaml` file:
```yaml
packages:
- 'packages/**'
- 'components/**'
```
close#1038
* feat(server): add stop command
ref #960
* feat(server): `pnpm server` becomes `pnpm server start`
SEMI-BREAKING CHANGE:
`pnpm server` doesn't start a server but only prints help
`pnpm server start` starts a store server
* refactor: rename unstoppable to ignore-stop-requests
* feat: option to disable pnpm hooks
* fix: as for review; doesn't work until @pnpm/types is upgraded
* fix: use opts.ignorePnpmfile in the caller
* chore: update shrinkwrap.yaml
* test: --ignore-pnpmfile flag