From 8cc6c7da05702c43596ad2a33e7c955c415ee845 Mon Sep 17 00:00:00 2001 From: Loukas Zervakis <85195923+luzede@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:04:29 +0200 Subject: [PATCH] Update Prisma schema path in overview document --- content/200-orm/100-prisma-schema/10-overview/04-location.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',