schema.prisma at the root of the project and my output path set to output = "generated". The app starts fine, db connections etc are all good and I see the generated folder is created.feedback' does not exist in type ... . If i remove the output prop everything works as expected with new tyopes being picked up./generated/schema.prisma has the changes so maybe it's the location of the generated folder?