PrismaP
Prisma5mo ago
8 replies
inhanbyeol

prismaSchemaFolder Pattern?

Hi, do I need a
.prisma
file every time I encounter a folder structure of prismaSchemaFolder?
Based on the example below, (a,b).prisma fails to read the model of c in (a,b).prisma.

The services folder does not have .prisma.
The services folder subtest folder has .prisma.

prisma/
├─ schema/
│ ├─ c.prisma
│ ├─ service/
│   ├─ test/
│     ├─ a.prisma
│     ├─ b.prisma
│ schema.prisma
Was this page helpful?