Skip to content

Commit

Permalink
chore: Use another codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
whiterabbit1983 committed Sep 5, 2024
1 parent 7c33fbc commit 083ee0d
Show file tree
Hide file tree
Showing 284 changed files with 11,361 additions and 10,018 deletions.
7 changes: 7 additions & 0 deletions sdks/ts/openapi-ts.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { defineConfig } from "@hey-api/openapi-ts";

export default defineConfig({
client: "@hey-api/client-fetch",
input: "../../openapi.yaml",
output: "src/api-ts",
});
Loading

0 comments on commit 083ee0d

Please sign in to comment.