You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I get all the files right in the "api" directory. I also tried using relative path "../state" but it didn't work out.
At the same time, using SupportingFiles type does create custom folders, but it's useless in my case, as I need to create special files for each API: state, slice, sagaes etc.
I use this configuration file to generate additional files for each API in a new "state" sub-directory:
But I get all the files right in the "api" directory. I also tried using relative path "../state" but it didn't work out.
At the same time, using
SupportingFiles
type does create custom folders, but it's useless in my case, as I need to create special files for each API: state, slice, sagaes etc.Also, I couldn't find any formal docs on possible configuration options. There are no any references here: https://openapi-generator.tech/docs/customization/
The text was updated successfully, but these errors were encountered: