Skip to content

Commit

Permalink
using native legacy fetch client instead for @hey-api/openapi-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yeongsheng-tan committed Jan 15, 2025
1 parent 34967f1 commit 9f51682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi-ts.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = defineConfig({

output: {
path: path.resolve('./frontend/src/generated/backend'),
client: '@hey-api/client-fetch/fetch',
client: 'fetch',
name: 'DoughnutApi',
clean: true,
},
Expand Down

0 comments on commit 9f51682

Please sign in to comment.