tool: add zod for type schemas

This commit is contained in:
2026-02-04 19:49:40 -08:00
parent 4a36d66a95
commit e806db7d2b
2 changed files with 5 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"wrangler": "^4.62.0"
"wrangler": "^4.62.0",
"zod": "^4.3.6"
}
}