Hi there! I've got my core app working great. Now I have a separate repo where I want to access my DB with Prisma Client in the same way. It seems like I should be able to just
prisma generate
using an endpoint and secret, but it says
datamodel
is required. Am I thinking about this correctly? Perhaps I should just stick with a mono-repo?