guys i need your help. I've split a piece of code that have prisma schema definitions. i put all together into a lib and have import onto a serverless function. the problem is that my serverless function import this lib via git, so the prisma client isn't generated. what is the best practice to import a lib that uses prisma?