Is it possible to setup multiple clients under a single config? #444
Unanswered
costa-collibra
asked this question in
Q&A
Replies: 2 comments 8 replies
-
@costa-collibra no there is not a current way of doing this. Would need separate configs for each. You could create a file containing common configuration options and import it each (spreading it in the defineConfig) |
Beta Was this translation helpful? Give feedback.
4 replies
-
@costa-collibra thanks for providing an example of your solution. Just out of curiosity. What is something we could do that could help your project? For example, projects like vitest provide defineWorkspace. Maybe that is something we could do aswell. Cc: @mrlubos |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my codebase we are using around 6 schema files to generate multiple clients.
Is there a way you recommend doing this using a single config file?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions