added zod dep to shared library

This commit is contained in:
2025-11-16 22:50:16 -05:00
parent dd07397c2d
commit f49988fbaf
2 changed files with 29 additions and 2 deletions

View File

@@ -2,5 +2,8 @@
"name": "@app/shared",
"version": "1.0.0",
"main": "index.ts",
"type": "module"
}
"type": "module",
"dependencies": {
"zod": "^4.1.12"
}
}