diff --git a/docs/developing/local-development.mdx b/docs/developing/local-development.mdx index 6b9fc08eb6..72552ed466 100644 --- a/docs/developing/local-development.mdx +++ b/docs/developing/local-development.mdx @@ -89,7 +89,7 @@ yarn playwright show-report test-results/reports/playwright-html-report ``` to generate one). -3. Set up the database using the Prisma schema (found in `apps/web/prisma/schema.prisma`) +3. Set up the database using the Prisma schema (found in `packages/prisma/schema.prisma`) ```bash yarn workspace @calcom/prisma db-deploy