openapi-typescript icon indicating copy to clipboard operation
openapi-typescript copied to clipboard

openapi-typescript with custom redocly config runs forever

Open mithodin opened this issue 1 year ago • 0 comments

Description

When invoking openapi-typescript with a custom redocly config, as documented here, it just runs forever without doing anything. There is no error message.

Name Version
openapi-typescript 7.4.0
Node.js 18.17.1
OS + version Linux kernel 6.6.48_1

Reproduction This is my redocly configuration:

apis:
  pets@v1:
    root: https://petstore3.swagger.io/api/v3/openapi.yaml
    x-openapi-ts:
      output: ./src/api/pets.ts

Checklist

mithodin avatar Sep 07 '24 06:09 mithodin