This commit is contained in:
Stephen Zhou 2026-01-24 22:39:21 +08:00
parent a55469a9cb
commit 1b8685d9a5
No known key found for this signature in database

View File

@ -5,6 +5,15 @@ export default defineConfig({
output: './gen',
plugins: [
'@hey-api/typescript',
'zod',
{
name: 'zod',
requests: true,
responses: true,
metadata: true,
definitions: true,
types: {
infer: true,
},
},
],
})