mirror of
https://github.com/Dvorinka/Productier.git
synced 2026-06-03 12:03:03 +00:00
9 lines
250 B
TypeScript
9 lines
250 B
TypeScript
import { defineConfig } from "@hey-api/openapi-ts";
|
|
|
|
export default defineConfig({
|
|
input: "packages/openapi/openapi.yaml",
|
|
output: "packages/api-client/src/client",
|
|
plugins: ["@hey-api/typescript", "@hey-api/sdk", "@hey-api/client-fetch"]
|
|
});
|
|
|