We have a server template adding Prisma to the server. It works fine so far. We now have another server extending this template without the need of models (just raw queries). While generating the Prisma client, it is complaining about not having at least one model. However, we would like to use Prisma here as well. Is there any way to generate the client without models? We don't want to add an exception (like using pg). Thanks :)