Ofir Cohen
09/09/2022, 11:30 PMnpx prisma generate
on npm run dev
?Raphael Etim
10/07/2022, 8:46 AMnode_modules
, the query engine is usually kept out of version control by default since node_modules
is typically ignored for version control. When using a custom output
path for the generated Prisma Client, it is advised to exclude it from your version control. For Git, this means adding the output
path to your .gitignore
file.