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 82f1ec7 commit f1c6d64Copy full SHA for f1c6d64
package.json
@@ -53,11 +53,6 @@
53
"vitest": "latest",
54
"vue": "3.5.13"
55
},
56
- "pnpm": {
57
- "onlyBuiltDependencies": [
58
- "@rocicorp/zero-sqlite3"
59
- ]
60
- },
61
"resolutions": {
62
"zero-vue": "link:."
63
pnpm-workspace.yaml
@@ -1,2 +1,5 @@
1
packages:
2
- playground
3
+onlyBuiltDependencies:
4
+ - '@rocicorp/zero-sqlite3'
5
+ - 'simple-git-hooks'
0 commit comments