We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pnpm-workspace.yaml
1 parent 0bfa07e commit 564e740Copy full SHA for 564e740
2 files changed
package.json
@@ -54,9 +54,6 @@
54
"vue": "3.5.29",
55
"zod": "4.3.6"
56
},
57
- "resolutions": {
58
- "zero-vue": "link:."
59
- },
60
"simple-git-hooks": {
61
"pre-commit": "npx nano-staged"
62
pnpm-workspace.yaml
@@ -17,3 +17,6 @@ onlyBuiltDependencies:
17
- '@rocicorp/zero-sqlite3'
18
- oxc-resolver
19
- simple-git-hooks
20
+
21
+overrides:
22
+ zero-vue: "link:."
0 commit comments