feat: created api product and api feature zod schemas

This commit is contained in:
John Yeo
2025-09-30 19:08:50 +01:00
parent 16dfca67e8
commit 96e0e8c2ce
40 changed files with 1079 additions and 2077 deletions

View File

@@ -13,7 +13,8 @@
"rootDir": ".",
"paths": {
"@api/*": ["./api/*"],
"@models/*": ["./models/*"]
"@models/*": ["./models/*"],
"@utils/*": ["./utils/*"]
}
},
"include": ["./**/*"],