nuxt-open-fetch icon indicating copy to clipboard operation
nuxt-open-fetch copied to clipboard

`openAPITS` option doesn't support `output` flag

Open TheDutchCoder opened this issue 1 year ago • 0 comments

Describe the feature

https://openapi-ts.pages.dev/node#options supports an output flag which we use to have the types available locally and extract manual types from (mainly parameters and request bodies).

It would be good to support this in the module as well, so the generated file doesn't end up in .output during dev time, but actually becomes a file you can commit to your repo.

Additional information

  • [ ] Would you be willing to help implement this feature?

Final checks

TheDutchCoder avatar Sep 10 '24 13:09 TheDutchCoder