Skip to content

Commit

Permalink
Fully migrate the current models and rest endpoints with the autogene…
Browse files Browse the repository at this point in the history
…rated code (#167)

Co-authored-by: kahboom <[email protected]>
  • Loading branch information
carlosthe19916 and kahboom authored Oct 2, 2024
1 parent bbb3aa6 commit 6d137d5
Show file tree
Hide file tree
Showing 45 changed files with 3,701 additions and 1,669 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 6d137d5

Please sign in to comment.