refactor: 1

This commit is contained in:
xiaojunnuo
2022-10-07 21:48:39 +08:00
parent 7145aa60ca
commit b1e60456cf
7 changed files with 18 additions and 6 deletions

6
pnpm-workspace.yaml Normal file
View File

@@ -0,0 +1,6 @@
packages:
# all packages in direct subdirs of packages/
- 'packages/*/*'
# exclude packages that are inside test directories
- '!**/test/**'
- '!packages/ui/*'