refactor(models): migrate 28 data models to Zod schema-driven pattern

This commit is contained in:
2026-06-08 14:50:20 +08:00
parent 700ad0bc1a
commit d7943f5f06
36 changed files with 1204 additions and 1358 deletions
+3 -2
View File
@@ -7,13 +7,14 @@
"build": "next build",
"start": "next start",
"lint": "eslint",
"lint:fix": "eslint --fix",
"lint:fix": "eslint --fix",
"generate-barrels": "barrelsby --delete"
},
"dependencies": {
"next": "16.2.7",
"react": "19.2.4",
"react-dom": "19.2.4"
"react-dom": "19.2.4",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",