DEV Community

Discussion on: Add Prisma 2 to a NestJS Application

Collapse
 
jclmaq profile image
JCM

Thanks for the video.
Just one question:
why did you move prisma folder to src forlder ? (Move /prisma to /src ) ?

Collapse
 
aryanjnyc profile image
Aryan J

Good question.

I would rather have everything Prisma-related (the schema and the NestJS module) in one folder rather than separated into two folders.

There's also a bit of personal preference there with wanting to keep my root folder as clean as possible.