We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21af046 commit 92f5516Copy full SHA for 92f5516
pnpm-workspace.yaml
@@ -1,5 +1,8 @@
1
packages:
2
- - 'shared'
3
- - 'examples/**'
4
- - ".e2e"
+ - shared
+ - examples/**
+ - .e2e
5
- '!**/.vercel/**'
6
+ignoredBuiltDependencies:
7
+ - esbuild
8
+ - vue-demi
0 commit comments