-
Hi folks Thank you for this tool. This is the second one i am trying so far in go. Is is possible to stop generating client code ? I don't want to use the generated server code but right now i dont see a way to avoid generating it. Best Regards |
Beta Was this translation helpful? Give feedback.
Answered by
ernado
Jan 9, 2024
Replies: 1 comment 4 replies
-
Hi, please try following config: generator:
features:
disable:
- 'paths/server'
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
ernado
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, please try following config: