Multi-file prisma schema setup not working.
I currently have the following setup:
When I run
I have added:
to the
When I run
bun prisma generate for some reason, it's not seeing ANY models within the users.prisma file, nor is it loading them.I have added:
to the
package.json file but it just isn't seeing the other *.prisma files.