mirror of
https://github.com/langgenius/dify.git
synced 2026-03-28 17:40:53 +08:00
update
This commit is contained in:
@ -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,
|
||||
},
|
||||
},
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user