Create client that is used in every request, without re-creating client
Hi all,
Consider the following
This is annoying in local development because it needs to create the nest app for every request. The same thing with the prisma client.
We'd like to create this once and use in every request. Is this possible?
3 Replies