feat: add zod library to dependencies

This commit is contained in:
2025-08-05 17:36:36 +03:00
parent abbf782945
commit 7bb8ab97c7
3 changed files with 11 additions and 1 deletions

View File

@ -7,5 +7,6 @@ export default defineConfig({
"@hey-api/client-axios",
"@hey-api/client-next",
"@tanstack/react-query",
"zod"
],
});