npx prisma generate ran successfully, but I don't get any suggestions when I call the Prisma instance.prisma.schema:generator client {
provider = "prisma-client-js"
output = "../app/generated/prisma"
}
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}