chore: upgrade most npm packages to latest (#5185)
This commit is contained in:
@@ -3,5 +3,11 @@ import { defineConfig } from '@hey-api/openapi-ts';
|
||||
export default defineConfig({
|
||||
input: './openapi.json',
|
||||
output: './src/api',
|
||||
plugins: ['@hey-api/client-fetch'],
|
||||
plugins: [
|
||||
{
|
||||
name: '@hey-api/client-fetch',
|
||||
// Disable SSE support to avoid requiring SSE options on all requests
|
||||
sse: false,
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user