the Schema.prisma was given that the output link like this
generator client {
provider = "prisma-client-js"
output = "../lib/generated/prisma"
}
remove the output = "../lib/generated/prisma"
generator client {
provider = "prisma-client-js"
}