Skip to content

Commit

Permalink
✨ Migrate to latest openapi-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Nov 22, 2024
1 parent e345273 commit c9f9875
Show file tree
Hide file tree
Showing 13 changed files with 1,962 additions and 847 deletions.
8 changes: 8 additions & 0 deletions frontend/openapi-ts.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { defineConfig } from "@hey-api/openapi-ts";

export default defineConfig({
client: "legacy/axios",
input: "./openapi.json",
output: "./src/client",
// exportSchemas: true,
});
Loading

0 comments on commit c9f9875

Please sign in to comment.