output in schema

the output = "app/generated/prisma/client" seems to be very wrongly placed in the project structure whenever I simply run the following command of pnpm dlx prisma generate and I have actually no clue to why it's doing this. Seems to me like this is a bit of an issue. Could someone please help me out here a little bit to furthermore understand exactly what's going on? I was used to just simply have this structure prior to v7
generator client {
provider = "prisma-client-js"
previewFeatures = ["driverAdapters"]
}

datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
generator client {
provider = "prisma-client-js"
previewFeatures = ["driverAdapters"]
}

datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
No description
6 Replies
Prisma AI Help
Prisma AI Help•3d ago
You chose to debug with a human. They'll tinker with your query soon. If you get curious meanwhile, hop into #ask-ai for a quick spin!
akinkunmi
akinkunmi•2d ago
I have the same issue.
Jacob | idohtml
Jacob | idohtmlOP•2d ago
I fixed it but I am not currently at home to explain it for you 😂
akinkunmi
akinkunmi•2d ago
When can I check back? I've been stuck for over 12 hours on this.
Jacob | idohtml
Jacob | idohtmlOP•2d ago
About an hour or two?
akinkunmi
akinkunmi•2d ago
Alright, thank you. Hey, @Jacob | idohtml.

Did you find this page helpful?