Schema could not be found after Prisma 6.6.0 update
Before 6.6.0, prisma generate was working completely fine. Now, it isn't able to find the schema file located in ./prisma/schema/schema.prisma
I tried running the command with --schema to specify the location, and then the following is the result of that:
The following is my schema.prisma:
This completely broke Prisma for me and it was working completely fine before this. @prisma/client and prisma are both at version 6.6.0.
Any help would be much appreciated.
I tried running the command with --schema to specify the location, and then the following is the result of that:
The following is my schema.prisma:
This completely broke Prisma for me and it was working completely fine before this. @prisma/client and prisma are both at version 6.6.0.
Any help would be much appreciated.