added zod dep to shared library
This commit is contained in:
@@ -2,5 +2,8 @@
|
||||
"name": "@app/shared",
|
||||
"version": "1.0.0",
|
||||
"main": "index.ts",
|
||||
"type": "module"
|
||||
}
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"zod": "^4.1.12"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user