Is there a public reasoning for the folder structure of ct3a?

Hi, is there any public reasoning why the folder structure of ct3a is like it is. Eg prisma being in ./ and not under ./src/server? Im just getting into BE dev and somewhat understanding prisma I'd put it under server. Of course I would just put it there but I believe there is a reason for this?
1 Reply
Sean
Sean4w ago
I’m not familiar with ct3a but I do work with prisma. Usually auto generated code should not be inside src folder, and prisma is an auto-generated folder with files and therefore is outside of the src folder.

Did you find this page helpful?