Skip to content

Commit d72204e

Browse files
Update Prisma schema path in overview document (#7395)
Co-authored-by: Aman Varshney <[email protected]>
1 parent 54a2517 commit d72204e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/200-orm/100-prisma-schema/10-overview/04-location.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ You can do this in either of three ways:
8585
import 'dotenv/config'
8686

8787
export default defineConfig({
88-
schema: 'prisma/schema.prisma',
88+
schema: 'prisma/',
8989
migrations: {
9090
path: 'prisma/migrations',
9191
seed: 'tsx prisma/seed.ts',

0 commit comments

Comments
 (0)