Skip to content

Commit

Permalink
update openapi.json & openapi-ts client, run pnpm format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 27, 2024
1 parent 1b1de26 commit f98c9cd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions frontend/openapi-ts.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { defineConfig } from '@hey-api/openapi-ts';

export default defineConfig({
client: '@hey-api/client-fetch',
input: '../mondey_backend/openapi.json',
output: {
path: 'src/lib/client',
format: 'prettier'
}
client: '@hey-api/client-fetch',
input: '../mondey_backend/openapi.json',
output: {
path: 'src/lib/client',
format: 'prettier'
}
});

0 comments on commit f98c9cd

Please sign in to comment.