ORMsrc/generated/prisma-local).datasource URL from prisma.config.ts when using a custom output location.TypeError: Cannot read properties of undefined (reading 'clientMethod') (internal client error during init).new PrismaClient({ datasourceUrl: ... }), I get PrismaClientConstructorValidationError: Unknown property datasourceUrl.schema.local.prisma has provider = "sqlite" using the new v7 style (no url field, relying on config).prisma.config.ts defines the datasource url via process.env.DATABASE_URL.../src/generated/prisma-local.url = env("DATABASE_URL") explicitly back into the datasource block of the schema fixes it.prisma.config.ts discovery fail if the client is not in the default location?