We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab070a9 commit a05748bCopy full SHA for a05748b
components/vue3/.gitignore
@@ -26,3 +26,4 @@ coverage
26
*.njsproj
27
*.sln
28
*.sw?
29
+.nx/cache
lerna.json
@@ -2,8 +2,7 @@
2
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3
"packages": [
4
"apps/*",
5
- "components/*",
6
- "components-legacy/*"
+ "components/*"
7
],
8
"version": "2.12.0",
9
"npmClient": "pnpm",
pnpm-workspace.yaml
@@ -1,4 +1,3 @@
1
packages:
- 'apps/*'
- 'components/*'
- - 'components-legacy/*'
0 commit comments