openapi-typescript
openapi-typescript copied to clipboard
openapi-typescript with custom redocly config runs forever
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
- [x] My OpenAPI schema passes the Redocly validator (
npx @redocly/cli@latest lint) - [ ] I’m willing to open a PR (see CONTRIBUTING.md)