Skip to content

Commit

Permalink
update debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tjosepo committed Jul 29, 2024
1 parent 7e1e6a1 commit 23bf303
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debug/create-schemas.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { defineConfig } from "@workleap/create-schemas";
import { openapiFetchPlugin, unstable_openapiMSWPlugin } from "@workleap/create-schemas/plugins";
import { openapiFetchPlugin, experimental_openapiMSWPlugin } from "@workleap/create-schemas/plugins";

export default defineConfig({
input: "v1.yaml",
outdir: "src/codegen/v1",
plugins: [openapiFetchPlugin(), unstable_openapiMSWPlugin()]
plugins: [openapiFetchPlugin(), experimental_openapiMSWPlugin()]
});
1 change: 1 addition & 0 deletions debug/src/codegen/v1/openapi-msw.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** This file has been generated by @workleap/create-schemas (https://github.com/gsoft-inc/wl-openapi-typescript). Do not modify manually. */
import type { paths } from "./types.ts";
import { createOpenApiHttp } from "openapi-msw";

export const http = createOpenApiHttp<paths>();

0 comments on commit 23bf303

Please sign in to comment.