diff --git a/content/200-orm/100-prisma-schema/10-overview/04-location.mdx b/content/200-orm/100-prisma-schema/10-overview/04-location.mdx index 297af71b8b..541feb1c11 100644 --- a/content/200-orm/100-prisma-schema/10-overview/04-location.mdx +++ b/content/200-orm/100-prisma-schema/10-overview/04-location.mdx @@ -85,7 +85,7 @@ You can do this in either of three ways: import 'dotenv/config' export default defineConfig({ - schema: 'prisma/schema.prisma', + schema: 'prisma/', migrations: { path: 'prisma/migrations', seed: 'tsx prisma/seed.ts',