guys i need your help. I've split a piece of code ...
# orm-help
b
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?
solved by create a postscript. if somebody has a better solution please let me know
r
@Bruno Casado 👋 Post script is the way to go in this case.
b
sorry @Ryan! i didn't saw this message
next time i'll do that