fix: add zod as direct dependency for bun workspace resolution

This commit is contained in:
2026-06-28 05:44:46 +08:00
parent a63cc52108
commit 4cf8a42742
2 changed files with 18 additions and 2 deletions
+2 -1
View File
@@ -59,7 +59,8 @@
"resend": "^6.12.2",
"serwist": "^9.5.11",
"sharp": "^0.34.5",
"web-haptics": "^0.0.6"
"web-haptics": "^0.0.6",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",