Skip to content

Commit

Permalink
Migrate the openapi autogenerated code
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Sep 30, 2024
1 parent e023987 commit c92bff1
Show file tree
Hide file tree
Showing 41 changed files with 3,669 additions and 1,653 deletions.
6 changes: 5 additions & 1 deletion client/config/openapi-ts.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ import { defineConfig } from "@hey-api/openapi-ts";
export default defineConfig({
client: "@hey-api/client-axios",
input: "./openapi/trustd.yaml",
output: "src/app/client",
output: {
path: "src/app/client",
format: "prettier",
lint: "eslint",
},
});
Loading

0 comments on commit c92bff1

Please sign in to comment.