cvpilot-tool/pnpm-workspace.yaml

8 lines
204 B
YAML
Raw Normal View History

2024-08-29 17:00:14 +08:00
packages:
# all packages in direct subdirs of packages/
- "packages/*"
# all packages in subdirs of components/
- "apps/**"
# exclude packages that are inside test directories
- "!**/test/**"